Lines Matching defs:snd_queue
264 struct snd_queue { struct
265 bool enable;
266 u8 cq_qs; /* CQ's QS to which this SQ is pointing */
267 u8 cq_idx; /* CQ index (0 to 7) in the above QS */
268 u16 thresh;
269 atomic_t free_cnt;
270 u32 head;
271 u32 tail;
272 u64 *skbuff;
273 void *desc;
274 u64 *xdp_page;
275 u16 xdp_desc_cnt;
276 u16 xdp_free_cnt;
277 bool is_xdp;
301 struct snd_queue sq[MAX_SND_QUEUES_PER_QS]; argument