Lines Matching defs:qp
266 /* qp points either to an ibv_qp object or an ibv_srq object depending on the value of shared. */
267 void *qp;
675 struct spdk_rdma_provider_qp *qp = NULL;
724 srq = (struct spdk_rdma_provider_srq *)opts->qp;
726 qp = (struct spdk_rdma_provider_qp *)opts->qp;
768 spdk_rdma_provider_qp_queue_recv_wrs(qp, &rdma_recv->wr);
820 rc = spdk_rdma_provider_qp_flush_recv_wrs(qp, &bad_wr);
1019 rqpair->qp_num = rqpair->rdma_qp->qp->qp_num;
1032 opts.qp = rqpair->rdma_qp;
3660 * an DEVICE_REMOVAL event on qpair but the id->qp is just NULL. So we should make sure that
3741 if (event->id->qp) {
3742 /* If rdma_cm event has a valid `qp` pointer then the event refers to the
3859 rqpair = event.element.qp->qp_context;
4077 opts.qp = poller->srq;
4663 "Error on CQ %p, (qp state %d, in_error %d) request 0x%lu, type %s, status: (%d): %s\n",
4667 SPDK_ERRLOG("Error on CQ %p, (qp state %d, in_error %d) request 0x%lu, type %s, status: (%d): %s\n",
4908 /* qp will be disconnected after receiving a RDMA_CM_EVENT_DEVICE_REMOVAL event. */