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