iPXE
|
#include <ath9k.h>
Data Fields | |
int | mac80211_qnum |
u32 | axq_qnum |
u32 * | axq_link |
struct list_head | axq_q |
u32 | axq_depth |
u32 | axq_ampdu_depth |
int | stopped |
int | axq_tx_inprogress |
struct list_head | axq_acq |
struct list_head | txq_fifo [ATH_TXFIFO_DEPTH] |
struct list_head | txq_fifo_pending |
u8 | txq_headidx |
u8 | txq_tailidx |
int | pending_frames |
int ath_txq::mac80211_qnum |
Definition at line 181 of file ath9k.h.
Referenced by ath9k_init_queues(), and ath_txq_setup().
u32 ath_txq::axq_qnum |
Definition at line 182 of file ath9k.h.
Referenced by ath_drain_all_txq(), ath_tx_cleanupq(), ath_tx_processq(), ath_tx_setup_buffer(), ath_tx_txqaddbuf(), and ath_txq_setup().
u32* ath_txq::axq_link |
Definition at line 183 of file ath9k.h.
Referenced by ath_draintxq(), ath_tx_processq(), ath_tx_txqaddbuf(), and ath_txq_setup().
struct list_head ath_txq::axq_q |
Definition at line 184 of file ath9k.h.
Referenced by ath_draintxq(), ath_tx_processq(), ath_tx_txqaddbuf(), and ath_txq_setup().
u32 ath_txq::axq_depth |
Definition at line 185 of file ath9k.h.
Referenced by ath_draintxq(), ath_tx_complete_poll_work(), ath_tx_processq(), ath_tx_txqaddbuf(), and ath_txq_setup().
u32 ath_txq::axq_ampdu_depth |
Definition at line 186 of file ath9k.h.
Referenced by ath_txq_schedule(), and ath_txq_setup().
int ath_txq::stopped |
Definition at line 187 of file ath9k.h.
Referenced by ath_drain_all_txq(), ath_tx_complete(), and ath_tx_start().
int ath_txq::axq_tx_inprogress |
Definition at line 188 of file ath9k.h.
Referenced by ath_draintxq(), ath_tx_complete_poll_work(), ath_tx_processq(), and ath_txq_setup().
struct list_head ath_txq::axq_acq |
Definition at line 189 of file ath9k.h.
Referenced by ath_tx_queue_tid(), ath_txq_schedule(), and ath_txq_setup().
struct list_head ath_txq::txq_fifo[ATH_TXFIFO_DEPTH] |
Definition at line 190 of file ath9k.h.
Referenced by ath_txq_setup().
struct list_head ath_txq::txq_fifo_pending |
Definition at line 191 of file ath9k.h.
Referenced by ath_txq_setup().
u8 ath_txq::txq_headidx |
Definition at line 192 of file ath9k.h.
Referenced by ath_txq_setup().
u8 ath_txq::txq_tailidx |
Definition at line 193 of file ath9k.h.
Referenced by ath_txq_setup().
int ath_txq::pending_frames |
Definition at line 194 of file ath9k.h.
Referenced by ath_tx_complete(), and ath_tx_start().