Home
last modified time | relevance | path

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

/drivers/dma/ptdma/
Dptdma.h189 struct pt_cmd_queue { struct
190 struct pt_device *pt;
193 struct dma_pool *dma_pool;
196 struct ptdma_desc *qbase;
199 spinlock_t q_lock ____cacheline_aligned;
200 unsigned int qidx;
202 unsigned int qsize;
203 dma_addr_t qbase_dma;
204 dma_addr_t qdma_tail;
206 unsigned int active;
[all …]