Searched refs:ib_destroy_qp (Results 1 – 11 of 11) sorted by relevance
220 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()
1846 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()
1318 ib_destroy_qp(sqp->roce_v2_gsi); in mlx4_ib_destroy_qp()
250 if (ib_destroy_qp(priv->qp)) in ipoib_transport_dev_cleanup()
446 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()
1476 ret = ib_destroy_qp(real_qp); in __ib_destroy_shared_qp()1803 ret = ib_destroy_qp(qp); in ib_dealloc_xrcd()
864 ib_destroy_qp(qp); in rdma_create_qp()875 ib_destroy_qp(id_priv->id.qp); in rdma_destroy_qp()
3100 ib_destroy_qp(qp_info->qp); in destroy_mad_qp()
179 ib_destroy_qp(ssk->qp); in sdp_pcbfree()
646 ib_destroy_qp(cb->qp); in krping_free_qp()
3237 static inline int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp() function