Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_xmit.h348 struct xmit_priv { struct
350 spinlock_t lock;
352 struct completion xmit_comp;
353 struct completion terminate_xmitthread_comp;
356 struct __queue be_pending;
357 struct __queue bk_pending;
358 struct __queue vi_pending;
359 struct __queue vo_pending;
360 struct __queue bm_pending;
365 u8 *pallocated_frame_buf;
[all …]