Searched refs:real_cq (Results 1 – 1 of 1) sorted by relevance
146 struct ibv_cq *real_cq; member358 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc); in poll_cq_wrapper_1_0()363 return cq->context->real_context->ops.req_notify_cq(cq->real_cq, sol_only); in req_notify_cq_wrapper_1_0()607 ((struct ibv_cq_1_0 *) event->element.cq)->real_cq; in __ibv_ack_async_event_1_0()743 struct ibv_cq *real_cq; in __ibv_create_cq_1_0() local750 real_cq = ibv_create_cq(context->real_context, cqe, cq_context, in __ibv_create_cq_1_0()752 if (!real_cq) { in __ibv_create_cq_1_0()760 cq->real_cq = real_cq; in __ibv_create_cq_1_0()762 real_cq->cq_context = cq; in __ibv_create_cq_1_0()770 return ibv_resize_cq(cq->real_cq, cqe); in __ibv_resize_cq_1_0()[all …]