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