Home
last modified time | relevance | path

Searched refs:ib_destroy_qp (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dgsi.c176 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()
H A Dmem.c279 ib_destroy_qp(qp); in mlx5_ib_test_wc()
H A Dumr.c185 ib_destroy_qp(qp); in mlx5r_umr_resource_init()
197 ib_destroy_qp(dev->umrc.qp); in mlx5r_umr_resource_cleanup()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c537 ib_destroy_qp(newxprt->sc_qp); in svc_rdma_accept()
570 ib_destroy_qp(rdma->sc_qp); in __svc_rdma_free()
/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c1890 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()
H A Dqp.c1696 ib_destroy_qp(sqp->roce_v2_gsi); in mlx4_ib_destroy_qp()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c260 if (ib_destroy_qp(priv->qp)) in ipoib_transport_dev_cleanup()
H A Dipoib_cm.c498 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()
/linux/net/9p/
H A Dtrans_rdma.c368 ib_destroy_qp(rdma->qp); in rdma_destroy_trans()
/linux/drivers/infiniband/core/
H A Dverbs.c1293 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()
H A Dcma.c1133 ib_destroy_qp(qp); in rdma_create_qp()
1147 ib_destroy_qp(id_priv->id.qp); in rdma_destroy_qp()
H A Dmad.c2927 ib_destroy_qp(qp_info->qp); in destroy_mad_qp()
/linux/fs/smb/server/
H A Dtransport_rdma.c429 ib_destroy_qp(t->qp); in free_transport()
1937 ib_destroy_qp(t->qp); in smb_direct_create_qpair()
/linux/net/smc/
H A Dsmc_ib.c658 ib_destroy_qp(lnk->roce_qp); in smc_ib_destroy_queue_pair()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c520 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()
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1846 ib_destroy_qp(ch->qp); in srpt_create_ch_ib()
1889 ib_destroy_qp(ch->qp); in srpt_destroy_ch_ib()
/linux/drivers/nvme/target/
H A Drdma.c1333 ib_destroy_qp(queue->qp); in nvmet_rdma_destroy_queue_ib()
/linux/drivers/nvme/host/
H A Drdma.c441 ib_destroy_qp(queue->qp); in nvme_rdma_destroy_queue_ib()
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c411 ib_destroy_qp(isert_conn->qp); in isert_destroy_qp()
/linux/include/rdma/
H A Dib_verbs.h3792 static inline int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp() function