iPXE
|
@txq_map: Index is mac80211 queue number. More...
#include <ath9k.h>
Data Fields | |
u16 | seq_no |
u32 | txqsetup |
struct list_head | txbuf |
struct ath_txq | txq [ATH9K_NUM_TX_QUEUES] |
struct ath_descdma | txdma |
struct ath_txq * | txq_map [WME_NUM_AC] |
@txq_map: Index is mac80211 queue number.
This is not necessarily the same as the hardware queue number (axq_qnum).
u32 ath_tx::txqsetup |
Definition at line 283 of file ath9k.h.
Referenced by ath_tx_cleanupq(), and ath_txq_setup().
struct list_head ath_tx::txbuf |
Definition at line 284 of file ath9k.h.
Referenced by ath_tx_cleanup(), ath_tx_complete_buf(), ath_tx_get_buffer(), ath_tx_init(), and ath_tx_return_buffer().
struct ath_txq ath_tx::txq[ATH9K_NUM_TX_QUEUES] |
Definition at line 285 of file ath9k.h.
Referenced by ath9k_deinit_softc(), ath9k_init_softc(), ath_drain_all_txq(), ath_reset(), ath_tx_complete_poll_work(), ath_tx_tasklet(), and ath_txq_setup().
struct ath_descdma ath_tx::txdma |
Definition at line 286 of file ath9k.h.
Referenced by ath_tx_cleanup(), and ath_tx_init().
struct ath_txq* ath_tx::txq_map[WME_NUM_AC] |
Definition at line 287 of file ath9k.h.
Referenced by ath9k_init_queues(), ath9k_tx(), ath_tx_complete(), and ath_tx_start().