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 struct mutex q_mutex ____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 void __iomem *reg_control;
211 u32 qcontrol; /* Cached control register */
214 u32 int_status;
215 u32 q_status;
216 u32 q_int_status;
217 u32 cmd_error;
219 unsigned long total_pt_ops;