Lines Matching refs:real_cq
147 struct ibv_cq *real_cq; member
359 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() local
751 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()
779 ret = ibv_destroy_cq(cq->real_cq); in __ibv_destroy_cq_1_0()
791 struct ibv_cq *real_cq; in __ibv_get_cq_event_1_0() local
795 ret = ibv_get_cq_event(channel, &real_cq, &cq_ptr); in __ibv_get_cq_event_1_0()
808 ibv_ack_cq_events(cq->real_cq, nevents); in __ibv_ack_cq_events_1_0()
878 real_init_attr.send_cq = qp_init_attr->send_cq->real_cq; in __ibv_create_qp_1_0()
879 real_init_attr.recv_cq = qp_init_attr->recv_cq->real_cq; in __ibv_create_qp_1_0()