Searched defs:sta_xmit_priv (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 178 struct sta_xmit_priv { struct 179 spinlock_t lock; 180 sint option; 181 sint apsd_setting; /* When bit mask is on, the associated edca 184 struct tx_servq be_q; /* priority == 0,3 */ 185 struct tx_servq bk_q; /* priority == 1,2*/ 186 struct tx_servq vi_q; /*priority == 4,5*/ 187 struct tx_servq vo_q; /*priority == 6,7*/ 188 struct list_head legacy_dz; 189 struct list_head apsd; [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 227 struct sta_xmit_priv { struct 228 spinlock_t lock; 229 int option; 230 int apsd_setting; /* When bit mask is on, the associated edca 233 struct tx_servq be_q; /* priority == 0,3 */ 234 struct tx_servq bk_q; /* priority == 1,2 */ 235 struct tx_servq vi_q; /* priority == 4,5 */ 236 struct tx_servq vo_q; /* priority == 6,7 */ 237 struct list_head legacy_dz; 238 struct list_head apsd; [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 316 struct sta_xmit_priv struct 318 _lock lock; 319 sint option; 320 sint apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */ 324 struct tx_servq be_q; /* priority == 0, 3 */ 325 struct tx_servq bk_q; /* priority == 1, 2 */ 326 struct tx_servq vi_q; /* priority == 4, 5 */ 327 struct tx_servq vo_q; /* priority == 6, 7 */ 328 struct list_head legacy_dz; 329 struct list_head apsd; [all …]
|