Searched defs:cxio_hal_ctrl_qp (Results 1 – 1 of 1) sorted by relevance
67 struct cxio_hal_ctrl_qp { struct68 u32 wptr;69 u32 rptr;70 struct mutex lock; /* for the wtpr, can sleep */71 wait_queue_head_t waitq;/* wait for RspQ/CQE msg */72 union t3_wr *workq; /* the work request queue */73 dma_addr_t dma_addr; /* pci bus address of the workq */75 void __iomem *doorbell;