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