Searched defs:ib_cq (Results 1 – 1 of 1) sorted by relevance
1566 struct ib_cq { struct1567 struct ib_device *device;1568 struct ib_ucq_object *uobject;1569 ib_comp_handler comp_handler;1570 void (*event_handler)(struct ib_event *, void *);1571 void *cq_context;1572 int cqe;1573 unsigned int cqe_used;1574 atomic_t usecnt; /* count number of work queues */1575 enum ib_poll_context poll_ctx;[all …]