Lines Matching defs:snd_queue
257 struct snd_queue { struct
258 bool enable;
259 u8 cq_qs; /* CQ's QS to which this SQ is pointing */
260 u8 cq_idx; /* CQ index (0 to 7) in the above QS */
261 u16 thresh;
262 atomic_t free_cnt;
263 u32 head;
264 u32 tail;
265 u64 *skbuff;
266 void *desc;
291 struct snd_queue sq[MAX_SND_QUEUES_PER_QS]; argument