Searched defs:sta_xmit_priv (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 166 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-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_xmit.h | 230 struct sta_xmit_priv { struct 231 spinlock_t lock; 232 int option; 233 int apsd_setting; /* When bit mask is on, the associated edca 235 struct tx_servq be_q; /* priority == 0,3 */ 236 struct tx_servq bk_q; /* priority == 1,2 */ 237 struct tx_servq vi_q; /* priority == 4,5 */ 238 struct tx_servq vo_q; /* priority == 6,7 */ 239 struct list_head legacy_dz; 240 struct list_head apsd; [all …]
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 307 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 …]
|