Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8712/
Drtl871x_xmit.h166 struct sta_xmit_priv { struct
167 spinlock_t lock;
168 sint option;
169 sint apsd_setting; /* When bit mask is on, the associated edca
172 struct tx_servq be_q; /* priority == 0,3 */
173 struct tx_servq bk_q; /* priority == 1,2*/
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;
[all …]
/linux-5.19.10/drivers/staging/r8188eu/include/
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-5.19.10/drivers/staging/rtl8723bs/include/
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 …]