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