Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/dma/amd/ptdma/
Dptdma.h190 struct pt_cmd_queue { struct
191 struct pt_device *pt;
194 struct dma_pool *dma_pool;
197 struct ptdma_desc *qbase;
200 spinlock_t q_lock ____cacheline_aligned;
201 unsigned int qidx;
203 unsigned int qsize;
204 dma_addr_t qbase_dma;
205 dma_addr_t qdma_tail;
207 unsigned int active;
[all …]