Searched refs:real_cq (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c149 struct ibv_cq *real_cq; member in struct:ibv_cq_1_0
295 return cq->context->real_context->ops.poll_cq(cq->real_cq, num_entries, wc);
300 return cq->context->real_context->ops.req_notify_cq(cq->real_cq, sol_only);
506 ((struct ibv_cq_1_0 *) event->element.cq)->real_cq;
642 struct ibv_cq *real_cq; local
649 real_cq = ibv_create_cq(context->real_context, cqe, cq_context,
651 if (!real_cq) {
659 cq->real_cq = real_cq;
661 real_cq
689 struct ibv_cq *real_cq; local
[all...]

Completed in 90 milliseconds