Searched defs:ib_cq (Results 1 – 1 of 1) sorted by relevance
1611 struct ib_cq { struct1612 struct ib_device *device;1613 struct ib_ucq_object *uobject;1614 ib_comp_handler comp_handler;1617 int cqe;1618 unsigned int cqe_used;1620 enum ib_poll_context poll_ctx;1621 struct ib_wc *wc;1623 union {1628 struct dim *dim;[all …]
Completed in 33 milliseconds