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 …]
253 struct xmit_priv { struct254 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 …]
364 struct xmit_priv { struct366 _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 …]