Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_xmit.h195 struct xmit_priv { struct
196 spinlock_t lock;
197 struct __queue be_pending;
198 struct __queue bk_pending;
199 struct __queue vi_pending;
200 struct __queue vo_pending;
201 struct __queue bm_pending;
202 struct __queue legacy_dz_queue;
203 struct __queue apsd_queue;
204 u8 *pallocated_frame_buf;
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_xmit.h247 struct xmit_priv { struct
248 spinlock_t lock;
249 struct __queue be_pending;
250 struct __queue bk_pending;
251 struct __queue vi_pending;
252 struct __queue vo_pending;
253 struct __queue bm_pending;
254 u8 *pallocated_frame_buf;
255 u8 *pxmit_frame_buf;
256 uint free_xmitframe_cnt;
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_xmit.h360 struct xmit_priv { struct
362 _lock lock;
364 struct completion xmit_comp;
365 struct completion terminate_xmitthread_comp;
368 struct __queue be_pending;
369 struct __queue bk_pending;
370 struct __queue vi_pending;
371 struct __queue vo_pending;
372 struct __queue bm_pending;
377 u8 *pallocated_frame_buf;
[all …]