Searched defs:sta_xmit_priv (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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.10/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 221 struct sta_xmit_priv { struct 222 spinlock_t lock; 223 int option; 224 int apsd_setting; /* When bit mask is on, the associated edca 227 struct tx_servq be_q; /* priority == 0,3 */ 228 struct tx_servq bk_q; /* priority == 1,2 */ 229 struct tx_servq vi_q; /* priority == 4,5 */ 230 struct tx_servq vo_q; /* priority == 6,7 */ 231 struct list_head legacy_dz; 232 struct list_head apsd; [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 314 struct sta_xmit_priv { struct 315 _lock lock; 316 sint option; 317 sint apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */ 321 struct tx_servq be_q; /* priority == 0, 3 */ 322 struct tx_servq bk_q; /* priority == 1, 2 */ 323 struct tx_servq vi_q; /* priority == 4, 5 */ 324 struct tx_servq vo_q; /* priority == 6, 7 */ 325 struct list_head legacy_dz; 326 struct list_head apsd; [all …]
|