Searched defs:sta_xmit_priv (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 175 struct sta_xmit_priv { struct 176 spinlock_t lock; 177 sint option; 178 sint apsd_setting; /* When bit mask is on, the associated edca 180 struct tx_servq be_q; /* priority == 0,3 */ 181 struct tx_servq bk_q; /* priority == 1,2*/ 182 struct tx_servq vi_q; /*priority == 4,5*/ 183 struct tx_servq vo_q; /*priority == 6,7*/ 184 struct list_head legacy_dz; 185 struct list_head apsd; [all …]
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 240 struct sta_xmit_priv { struct 241 spinlock_t lock; 242 int option; 243 int apsd_setting; /* When bit mask is on, the associated edca 245 struct tx_servq be_q; /* priority == 0,3 */ 246 struct tx_servq bk_q; /* priority == 1,2 */ 247 struct tx_servq vi_q; /* priority == 4,5 */ 248 struct tx_servq vo_q; /* priority == 6,7 */ 249 struct list_head legacy_dz; 250 struct list_head apsd; [all …]
|
/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 244 struct sta_xmit_priv { struct 245 spinlock_t lock; 246 int option; 247 int apsd_setting; /* When bit mask is on, the associated edca 250 struct tx_servq be_q; /* priority == 0,3 */ 251 struct tx_servq bk_q; /* priority == 1,2 */ 252 struct tx_servq vi_q; /* priority == 4,5 */ 253 struct tx_servq vo_q; /* priority == 6,7 */ 254 struct list_head legacy_dz; 255 struct list_head apsd; [all …]
|