Home
last modified time | relevance | path

Searched defs:ath_txq (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dath9k.h159 struct ath_txq { struct
160 int mac80211_qnum; /* mac80211 queue number, -1 means not mac80211 Q */
161 u32 axq_qnum; /* ath9k hardware queue number */
162 void *axq_link;
163 struct list_head axq_q;
164 spinlock_t axq_lock;
165 u32 axq_depth;
166 u32 axq_ampdu_depth;
167 bool axq_tx_inprogress;
168 struct list_head txq_fifo[ATH_TXFIFO_DEPTH];
[all …]