Lines Matching defs:ib_cq
1591 struct ib_cq { struct
1592 struct ib_device *device;
1593 struct ib_ucq_object *uobject;
1594 ib_comp_handler comp_handler;
1595 void (*event_handler)(struct ib_event *, void *);
1596 void *cq_context;
1597 int cqe;
1598 unsigned int cqe_used;
1599 atomic_t usecnt; /* count number of work queues */
1600 enum ib_poll_context poll_ctx;
1601 struct ib_wc *wc;
1602 struct list_head pool_entry;
1603 union {
1607 struct workqueue_struct *comp_wq;
1608 struct dim *dim;
1632 struct ib_cq *cq; argument