Searched defs:xmit_priv (Results 1 – 3 of 3) sorted by relevance
195 struct xmit_priv { struct196 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 …]
247 struct xmit_priv { struct248 spinlock_t lock;249 struct __queue be_pending;250 struct __queue bk_pending;251 struct __queue vi_pending;252 struct __queue vo_pending;253 struct __queue bm_pending;254 u8 *pallocated_frame_buf;255 u8 *pxmit_frame_buf;256 uint free_xmitframe_cnt;[all …]
360 struct xmit_priv { struct362 _lock lock;364 struct completion xmit_comp;365 struct completion terminate_xmitthread_comp;368 struct __queue be_pending;369 struct __queue bk_pending;370 struct __queue vi_pending;371 struct __queue vo_pending;372 struct __queue bm_pending;377 u8 *pallocated_frame_buf;[all …]