Searched defs:ib_cq (Results 1 – 2 of 2) sorted by relevance
141678 struct ib_cq { struct141679 struct ib_device *device;141680 struct ib_ucq_object *uobject;141681 ib_comp_handler comp_handler;141682 void (*event_handler)(struct ib_event *, void *);141683 void *cq_context;141684 int cqe;141685 unsigned int cqe_used;141686 atomic_t usecnt;141687 enum ib_poll_context poll_ctx;[all …]
149328 struct ib_cq { struct149329 struct ib_device *device;149330 struct ib_ucq_object *uobject;149331 ib_comp_handler comp_handler;149332 void (*event_handler)(struct ib_event *, void *);149333 void *cq_context;149334 int cqe;149335 unsigned int cqe_used;149336 atomic_t usecnt;149337 enum ib_poll_context poll_ctx;[all …]