Lines Matching defs:ath_txq
160 struct ath_txq { struct
161 int mac80211_qnum; /* mac80211 queue number, -1 means not mac80211 Q */
162 u32 axq_qnum; /* ath9k hardware queue number */
163 void *axq_link;
164 struct list_head axq_q;
165 spinlock_t axq_lock;
166 u32 axq_depth;
167 u32 axq_ampdu_depth;
168 bool axq_tx_inprogress;
169 struct list_head txq_fifo[ATH_TXFIFO_DEPTH];
170 u8 txq_headidx;
171 u8 txq_tailidx;
172 int pending_frames;
173 struct sk_buff_head complete_q;