Searched defs:ib_cq (Results 1 – 1 of 1) sorted by relevance
63305 struct ib_cq { struct63306 struct ib_device *device;63307 struct ib_ucq_object *uobject;63308 ib_comp_handler comp_handler;63309 void (*event_handler)(struct ib_event *, void *);63310 void *cq_context;63311 int cqe;63312 unsigned int cqe_used;63313 atomic_t usecnt;63314 enum ib_poll_context poll_ctx;[all …]