Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/staging/rtl8188eu/include/
Drtw_xmit.h253 struct xmit_priv { struct
254 spinlock_t lock;
255 struct __queue be_pending;
256 struct __queue bk_pending;
257 struct __queue vi_pending;
258 struct __queue vo_pending;
259 struct __queue bm_pending;
260 u8 *pallocated_frame_buf;
261 u8 *pxmit_frame_buf;
262 uint free_xmitframe_cnt;
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_xmit.h364 struct xmit_priv { struct
366 _lock lock;
368 struct completion xmit_comp;
369 struct completion terminate_xmitthread_comp;
372 struct __queue be_pending;
373 struct __queue bk_pending;
374 struct __queue vi_pending;
375 struct __queue vo_pending;
376 struct __queue bm_pending;
381 u8 *pallocated_frame_buf;
[all …]