Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h159 struct ath_txq { struct
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;
169 u8 txq_headidx;
170 u8 txq_tailidx;
171 int pending_frames;
[all …]