Searched refs:ib_destroy_qp (Results 1 – 20 of 20) sorted by relevance
176 ret = ib_destroy_qp(gsi->rx_qp); in mlx5_ib_destroy_gsi()188 WARN_ON_ONCE(ib_destroy_qp(gsi->tx_qps[qp_index])); in mlx5_ib_destroy_gsi()
279 ib_destroy_qp(qp); in mlx5_ib_test_wc()
185 ib_destroy_qp(qp); in mlx5r_umr_resource_init()197 ib_destroy_qp(dev->umrc.qp); in mlx5r_umr_resource_cleanup()
527 ib_destroy_qp(newxprt->sc_qp); in svc_rdma_accept()559 ib_destroy_qp(rdma->sc_qp); in __svc_rdma_free()
1890 ib_destroy_qp(tun_qp->qp); in create_pv_sqp()2065 ib_destroy_qp(ctx->qp[1].qp); in create_pv_resources()2071 ib_destroy_qp(ctx->qp[0].qp); in create_pv_resources()2103 ib_destroy_qp(ctx->qp[0].qp); in destroy_pv_resources()2107 ib_destroy_qp(ctx->qp[1].qp); in destroy_pv_resources()2247 ib_destroy_qp(sqp_ctx->qp[0].qp); in mlx4_ib_free_sqp_ctx()2251 ib_destroy_qp(sqp_ctx->qp[1].qp); in mlx4_ib_free_sqp_ctx()
1696 ib_destroy_qp(sqp->roce_v2_gsi); in mlx4_ib_destroy_qp()
260 if (ib_destroy_qp(priv->qp)) in ipoib_transport_dev_cleanup()
498 ib_destroy_qp(p->qp); in ipoib_cm_req_handler()916 ib_destroy_qp(rx->qp); in ipoib_cm_free_rx_reap_list()1191 ib_destroy_qp(p->qp); in ipoib_cm_tx_init()1243 ib_destroy_qp(p->qp); in ipoib_cm_tx_destroy()
368 ib_destroy_qp(rdma->qp); in rdma_destroy_trans()
1293 ib_destroy_qp(qp); in ib_create_qp_user()1375 ib_destroy_qp(qp); in ib_create_qp_kernel()2066 ret = ib_destroy_qp(real_qp); in __ib_destroy_shared_qp()
1133 ib_destroy_qp(qp); in rdma_create_qp()1147 ib_destroy_qp(id_priv->id.qp); in rdma_destroy_qp()
2929 ib_destroy_qp(qp_info->qp); in destroy_mad_qp()
429 ib_destroy_qp(t->qp); in free_transport()1937 ib_destroy_qp(t->qp); in smb_direct_create_qpair()
658 ib_destroy_qp(lnk->roce_qp); in smc_ib_destroy_queue_pair()
520 ib_destroy_qp(ch->qp); in srp_destroy_qp()574 ib_destroy_qp(qp); in srp_create_ch_ib()619 ib_destroy_qp(qp); in srp_create_ch_ib()
1905 ib_destroy_qp(ch->qp); in srpt_create_ch_ib()1948 ib_destroy_qp(ch->qp); in srpt_destroy_ch_ib()
1333 ib_destroy_qp(queue->qp); in nvmet_rdma_destroy_queue_ib()
441 ib_destroy_qp(queue->qp); in nvme_rdma_destroy_queue_ib()
411 ib_destroy_qp(isert_conn->qp); in isert_destroy_qp()
3807 static inline int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp() function