Searched refs:ib_destroy_qp (Results 1 – 21 of 21) 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()
282 ib_destroy_qp(qp); in mlx5_ib_test_wc()
4035 ib_destroy_qp(dev->umrc.qp); in mlx5_ib_stage_pre_ib_reg_umr_cleanup()4139 ib_destroy_qp(qp); in mlx5_ib_stage_post_ib_reg_umr_init()
529 ib_destroy_qp(newxprt->sc_qp); in svc_rdma_accept()561 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()
1655 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()
371 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()1999 ret = ib_destroy_qp(real_qp); in __ib_destroy_shared_qp()
975 ib_destroy_qp(qp); in rdma_create_qp()989 ib_destroy_qp(id_priv->id.qp); in rdma_destroy_qp()
2932 ib_destroy_qp(qp_info->qp); in destroy_mad_qp()
519 ib_destroy_qp(lnk->roce_qp); in smc_ib_destroy_queue_pair()
418 ib_destroy_qp(t->qp); in free_transport()1859 ib_destroy_qp(t->qp); in smb_direct_create_qpair()
525 ib_destroy_qp(ch->qp); in srp_destroy_qp()579 ib_destroy_qp(qp); in srp_create_ch_ib()624 ib_destroy_qp(qp); in srp_create_ch_ib()
1841 ib_destroy_qp(ch->qp); in srpt_create_ch_ib()1884 ib_destroy_qp(ch->qp); in srpt_destroy_ch_ib()
1340 ib_destroy_qp(queue->qp); in nvmet_rdma_destroy_queue_ib()
926 if (ib_destroy_qp(&hr_qp->ibqp)) in hns_roce_v1_rsv_lp_qp()956 ret = ib_destroy_qp(&hr_qp->ibqp); in hns_roce_v1_release_lp_qp()
410 ib_destroy_qp(isert_conn->qp); in isert_destroy_qp()
444 ib_destroy_qp(queue->qp); in nvme_rdma_destroy_queue_ib()
3766 static inline int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp() function