Home
last modified time | relevance | path

Searched defs:fsl_qdma_queue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/
Dfsl-qdma.c184 struct fsl_qdma_queue { struct
185 struct fsl_qdma_format *virt_head;
186 struct fsl_qdma_format *virt_tail;
187 struct list_head comp_used;
188 struct list_head comp_free;
189 struct dma_pool *comp_pool;
190 struct dma_pool *desc_pool;
191 spinlock_t queue_lock;
192 dma_addr_t bus_addr;
193 u32 n_cq;
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Dfsl-qdma.c183 struct fsl_qdma_queue { struct
184 struct fsl_qdma_format *virt_head;
185 struct fsl_qdma_format *virt_tail;
186 struct list_head comp_used;
187 struct list_head comp_free;
188 struct dma_pool *comp_pool;
189 struct dma_pool *desc_pool;
190 spinlock_t queue_lock;
191 dma_addr_t bus_addr;
192 u32 n_cq;
[all …]