Searched defs:xmit_priv (Results 1 – 3 of 3) sorted by relevance
203 struct xmit_priv { struct204 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 …]
270 struct xmit_priv { struct271 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 …]
275 struct xmit_priv { struct276 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 …]