Searched defs:sta_xmit_priv (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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-v5.4/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-v5.4/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 317 struct sta_xmit_priv struct 319 _lock lock; 320 sint option; 321 sint apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */ 325 struct tx_servq be_q; /* priority == 0, 3 */ 326 struct tx_servq bk_q; /* priority == 1, 2 */ 327 struct tx_servq vi_q; /* priority == 4, 5 */ 328 struct tx_servq vo_q; /* priority == 6, 7 */ 329 struct list_head legacy_dz; 330 struct list_head apsd; [all …]
|