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