iPXE
Data Fields
ath_txq Struct Reference

#include <ath9k.h>

Data Fields

int mac80211_qnum
 
u32 axq_qnum
 
u32axq_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
 

Detailed Description

Definition at line 180 of file ath9k.h.

Field Documentation

◆ mac80211_qnum

int ath_txq::mac80211_qnum

Definition at line 181 of file ath9k.h.

Referenced by ath9k_init_queues(), and ath_txq_setup().

◆ axq_qnum

u32 ath_txq::axq_qnum

◆ axq_link

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().

◆ axq_q

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().

◆ axq_depth

u32 ath_txq::axq_depth

◆ axq_ampdu_depth

u32 ath_txq::axq_ampdu_depth

Definition at line 186 of file ath9k.h.

Referenced by ath_txq_schedule(), and ath_txq_setup().

◆ stopped

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().

◆ axq_tx_inprogress

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().

◆ axq_acq

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().

◆ txq_fifo

struct list_head ath_txq::txq_fifo[ATH_TXFIFO_DEPTH]

Definition at line 190 of file ath9k.h.

Referenced by ath_txq_setup().

◆ txq_fifo_pending

struct list_head ath_txq::txq_fifo_pending

Definition at line 191 of file ath9k.h.

Referenced by ath_txq_setup().

◆ txq_headidx

u8 ath_txq::txq_headidx

Definition at line 192 of file ath9k.h.

Referenced by ath_txq_setup().

◆ txq_tailidx

u8 ath_txq::txq_tailidx

Definition at line 193 of file ath9k.h.

Referenced by ath_txq_setup().

◆ pending_frames

int ath_txq::pending_frames

Definition at line 194 of file ath9k.h.

Referenced by ath_tx_complete(), and ath_tx_start().


The documentation for this struct was generated from the following file: