Lines Matching defs:pt_cmd_queue
190 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;
208 unsigned int suspended;
211 bool int_en;
214 void __iomem *reg_control;
215 u32 qcontrol; /* Cached control register */
218 u32 int_status;
219 u32 q_status;
220 u32 q_int_status;
221 u32 cmd_error;
223 unsigned long total_pt_ops;