Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c220 ret = ib_destroy_qp(gsi->rx_qp); in mlx5_ib_gsi_destroy_qp()
234 WARN_ON_ONCE(ib_destroy_qp(gsi->tx_qps[qp_index])); in mlx5_ib_gsi_destroy_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1846 ib_destroy_qp(tun_qp->qp); in create_pv_sqp()
2022 ib_destroy_qp(ctx->qp[1].qp); in create_pv_resources()
2028 ib_destroy_qp(ctx->qp[0].qp); in create_pv_resources()
2060 ib_destroy_qp(ctx->qp[0].qp); in destroy_pv_resources()
2064 ib_destroy_qp(ctx->qp[1].qp); in destroy_pv_resources()
2192 ib_destroy_qp(sqp_ctx->qp[0].qp); in mlx4_ib_free_sqp_ctx()
2196 ib_destroy_qp(sqp_ctx->qp[1].qp); in mlx4_ib_free_sqp_ctx()
H A Dmlx4_ib_qp.c1318 ib_destroy_qp(sqp->roce_v2_gsi); in mlx4_ib_destroy_qp()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c250 if (ib_destroy_qp(priv->qp)) in ipoib_transport_dev_cleanup()
H A Dipoib_cm.c446 ib_destroy_qp(p->qp); in ipoib_cm_req_handler()
775 ib_destroy_qp(rx->qp); in ipoib_cm_free_rx_reap_list()
1054 ib_destroy_qp(p->qp); in ipoib_cm_tx_init()
1106 ib_destroy_qp(p->qp); in ipoib_cm_tx_destroy()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1476 ret = ib_destroy_qp(real_qp); in __ib_destroy_shared_qp()
1803 ret = ib_destroy_qp(qp); in ib_dealloc_xrcd()
H A Dib_cma.c864 ib_destroy_qp(qp); in rdma_create_qp()
875 ib_destroy_qp(id_priv->id.qp); in rdma_destroy_qp()
H A Dib_mad.c3100 ib_destroy_qp(qp_info->qp); in destroy_mad_qp()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c179 ib_destroy_qp(ssk->qp); in sdp_pcbfree()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c646 ib_destroy_qp(cb->qp); in krping_free_qp()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3237 static inline int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp() function