Home
last modified time | relevance | path

Searched defs:sta_xmit_priv (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_xmit.h166 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/
Drtw_xmit.h221 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/
Drtw_xmit.h314 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 …]