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 …]
260 struct xmit_priv { struct261 spinlock_t lock;262 struct semaphore terminate_xmitthread_sema;263 struct __queue be_pending;264 struct __queue bk_pending;265 struct __queue vi_pending;266 struct __queue vo_pending;267 struct __queue bm_pending;268 u8 *pallocated_frame_buf;269 u8 *pxmit_frame_buf;[all …]
348 struct xmit_priv { struct350 spinlock_t lock;352 struct completion xmit_comp;353 struct completion terminate_xmitthread_comp;356 struct __queue be_pending;357 struct __queue bk_pending;358 struct __queue vi_pending;359 struct __queue vo_pending;360 struct __queue bm_pending;365 u8 *pallocated_frame_buf;[all …]