Lines Matching defs:ib_cq
1566 struct ib_cq { struct
1567 struct ib_device *device;
1568 struct ib_ucq_object *uobject;
1569 ib_comp_handler comp_handler;
1570 void (*event_handler)(struct ib_event *, void *);
1571 void *cq_context;
1572 int cqe;
1573 unsigned int cqe_used;
1574 atomic_t usecnt; /* count number of work queues */
1575 enum ib_poll_context poll_ctx;
1576 struct ib_wc *wc;
1577 struct list_head pool_entry;
1578 union {
1582 struct workqueue_struct *comp_wq;
1583 struct dim *dim;
1607 struct ib_cq *cq; argument