Searched refs:real_cq (Results 1 – 1 of 1) sorted by relevance
147 struct ibv_cq *real_cq; member359 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc); in poll_cq_wrapper_1_0()364 return cq->context->real_context->ops.req_notify_cq(cq->real_cq, sol_only); in req_notify_cq_wrapper_1_0()608 ((struct ibv_cq_1_0 *) event->element.cq)->real_cq; in __ibv_ack_async_event_1_0()744 struct ibv_cq *real_cq; in __ibv_create_cq_1_0() local751 real_cq = ibv_create_cq(context->real_context, cqe, cq_context, in __ibv_create_cq_1_0()753 if (!real_cq) { in __ibv_create_cq_1_0()761 cq->real_cq = real_cq; in __ibv_create_cq_1_0()763 real_cq->cq_context = cq; in __ibv_create_cq_1_0()771 return ibv_resize_cq(cq->real_cq, cqe); in __ibv_resize_cq_1_0()[all …]