Searched defs:cxio_hal_ctrl_qp (Results 1 – 1 of 1) sorted by relevance
58 struct cxio_hal_ctrl_qp { struct59 u32 wptr;60 u32 rptr;61 struct mtx lock; /* for the wtpr, can sleep */62 union t3_wr *workq; /* the work request queue */63 bus_addr_t dma_addr; /* pci bus address of the workq */64 void *doorbell;