Lines Matching defs:cq
412 struct ibv_cq *cq;
930 /* destroy cm_id last so cma device will not be freed before we destroy the cq. */
966 rc = ibv_resize_cq(rpoller->cq, num_cqe);
994 qp_init_attr.send_cq = rqpair->poller->cq;
995 qp_init_attr.recv_cq = rqpair->poller->cq;
4103 poller->cq = ibv_create_cq(device->context, num_cqe, poller, NULL, 0);
4104 if (!poller->cq) {
4267 if (poller->cq) {
4268 rc = ibv_destroy_cq(poller->cq);
4270 SPDK_ERRLOG("Destroy cq return %d, error: %s\n", rc, strerror(errno));
4664 rqpair->poller->cq, rqpair->qpair.state, rqpair->ibv_in_error_state, wc->wr_id,
4668 rqpair->poller->cq, rqpair->qpair.state, rqpair->ibv_in_error_state, wc->wr_id,
4690 * be called because we cannot poll anything from cq. So we call that here to force
4700 reaped = ibv_poll_cq(rpoller->cq, 32, wc);