Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_xmit.h207 struct xmit_priv { struct
208 spinlock_t lock;
209 struct __queue be_pending;
210 struct __queue bk_pending;
211 struct __queue vi_pending;
212 struct __queue vo_pending;
213 struct __queue bm_pending;
214 struct __queue legacy_dz_queue;
215 struct __queue apsd_queue;
216 u8 *pallocated_frame_buf;
[all …]
/Linux-v4.19/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-v4.19/drivers/staging/rtl8723bs/include/
Drtw_xmit.h363 struct xmit_priv { struct
365 _lock lock;
367 _sema xmit_sema;
368 _sema terminate_xmitthread_sema;
371 struct __queue be_pending;
372 struct __queue bk_pending;
373 struct __queue vi_pending;
374 struct __queue vo_pending;
375 struct __queue bm_pending;
380 u8 *pallocated_frame_buf;
[all …]