Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl871x_xmit.h166 struct sta_xmit_priv { struct
167 spinlock_t lock;
168 sint option;
174 struct tx_servq vi_q; /*priority == 4,5*/
175 struct tx_servq vo_q; /*priority == 6,7*/
176 struct list_head legacy_dz;
177 struct list_head apsd;
178 u16 txseq_tid[16];
179 uint sta_tx_bytes;
180 u64 sta_tx_pkts;
[all …]
/linux/drivers/staging/r8188eu/include/
A Drtw_xmit.h227 struct sta_xmit_priv { struct
228 spinlock_t lock;
229 int option;
230 int apsd_setting; /* When bit mask is on, the associated edca
232 struct tx_servq be_q; /* priority == 0,3 */
233 struct tx_servq bk_q; /* priority == 1,2 */
234 struct tx_servq vi_q; /* priority == 4,5 */
235 struct tx_servq vo_q; /* priority == 6,7 */
236 struct list_head legacy_dz;
237 struct list_head apsd;
[all …]
/linux/drivers/staging/rtl8723bs/include/
A Drtw_xmit.h307 struct sta_xmit_priv { struct
308 spinlock_t lock;
309 signed int option;
310 signed int apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */
314 struct tx_servq be_q; /* priority == 0, 3 */
315 struct tx_servq bk_q; /* priority == 1, 2 */
316 struct tx_servq vi_q; /* priority == 4, 5 */
317 struct tx_servq vo_q; /* priority == 6, 7 */
318 struct list_head legacy_dz;
319 struct list_head apsd;
[all …]

Completed in 9 milliseconds