Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_xmit.h203 struct xmit_priv { struct
204 spinlock_t lock;
205 struct __queue be_pending;
206 struct __queue bk_pending;
207 struct __queue vi_pending;
208 struct __queue vo_pending;
209 struct __queue bm_pending;
210 struct __queue legacy_dz_queue;
211 struct __queue apsd_queue;
212 u8 *pallocated_frame_buf;
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_xmit.h270 struct xmit_priv { struct
271 spinlock_t lock;
272 struct semaphore xmit_sema;
273 struct semaphore terminate_xmitthread_sema;
274 struct __queue be_pending;
275 struct __queue bk_pending;
276 struct __queue vi_pending;
277 struct __queue vo_pending;
278 struct __queue bm_pending;
279 u8 *pallocated_frame_buf;
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_xmit.h275 struct xmit_priv { struct
276 spinlock_t lock;
278 struct semaphore xmit_sema;
279 struct semaphore terminate_xmitthread_sema;
281 struct rtw_queue be_pending;
282 struct rtw_queue bk_pending;
283 struct rtw_queue vi_pending;
284 struct rtw_queue vo_pending;
285 struct rtw_queue bm_pending;
287 int free_xmitframe_cnt;
[all …]