Lines Matching defs:carm_host
263 struct carm_host { struct
264 unsigned long flags;
265 void __iomem *mmio;
266 void *shm;
267 dma_addr_t shm_dma;
269 int major;
270 int id;
271 char name[32];
273 spinlock_t lock;
274 struct pci_dev *pdev;
275 unsigned int state;
276 u32 fw_ver;
278 struct blk_mq_tag_set tag_set;
279 struct request_queue *oob_q;
280 unsigned int n_oob;
282 unsigned int hw_sg_used;
284 unsigned int resp_idx;
286 unsigned int wait_q_prod;
287 unsigned int wait_q_cons;
288 struct request_queue *wait_q[CARM_MAX_WAIT_Q];
290 void *msg_base;
291 dma_addr_t msg_dma;
293 int cur_scan_dev;
294 unsigned long dev_active;
295 unsigned long dev_present;
296 struct carm_port port[CARM_MAX_PORTS];
298 struct work_struct fsm_task;
300 struct completion probe_comp;