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