Searched defs:ibv_cq (Results 1 – 3 of 3) sorted by relevance
614 struct ibv_cq { struct615 struct ibv_context *context;616 struct ibv_comp_channel *channel;617 void *cq_context;618 uint32_t handle;619 int cqe;621 uint32_t comp_events_completed;622 uint32_t async_events_completed;624 pthread_mutex_t mutex;625 pthread_cond_t cond;
154 struct ibv_cq ibv_cq; member
218 struct ibv_cq ibv_cq; member