Lines Matching defs:pt_cmd_queue
189 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;
207 unsigned int suspended;
210 bool int_en;
213 void __iomem *reg_control;
214 u32 qcontrol; /* Cached control register */
217 u32 int_status;
218 u32 q_status;
219 u32 q_int_status;
220 u32 cmd_error;
222 unsigned long total_pt_ops;