Home
last modified time | relevance | path

Searched refs:rdma_destroy_qp (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/rdma/
H A Drdma_cm.h217 void rdma_destroy_qp(struct rdma_cm_id *id);
/openbmc/linux/include/linux/qed/
H A Dqed_rdma_if.h624 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp); member
/openbmc/linux/net/rds/
H A Dib_cm.c678 rdma_destroy_qp(ic->i_cm_id); in rds_ib_setup_qp()
1093 rdma_destroy_qp(ic->i_cm_id); in rds_ib_conn_path_shutdown()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs.c321 rdma_destroy_qp(con->cm_id); in rtrs_cq_qp_destroy()
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_verbs.c381 rdma_destroy_qp(ib_conn->cma_id); in iser_free_ib_conn_res()
/openbmc/linux/fs/smb/client/
H A Dsmbdirect.c1310 rdma_destroy_qp(info->id); in smbd_destroy()
1687 rdma_destroy_qp(info->id); in _smbd_get_connection()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dverbs.c338 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c1984 rc = dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_create_user_qp()
2133 dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_iwarp_create_kernel_qp()
2246 rc = dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_free_qp_resources()
/openbmc/linux/drivers/nvme/target/
H A Drdma.c1322 rdma_destroy_qp(queue->cm_id); in nvmet_rdma_create_queue_ib()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c2011 .rdma_destroy_qp = &qed_rdma_destroy_qp,
/openbmc/linux/drivers/nvme/host/
H A Drdma.c561 rdma_destroy_qp(queue->cm_id); in nvme_rdma_create_queue_ib()
/openbmc/linux/drivers/infiniband/core/
H A Dcma.c1140 void rdma_destroy_qp(struct rdma_cm_id *id) in rdma_destroy_qp() function
1151 EXPORT_SYMBOL(rdma_destroy_qp);
/openbmc/qemu/migration/
H A Drdma.c2389 rdma_destroy_qp(rdma->cm_id); in qemu_rdma_cleanup()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c617 rdma_destroy_qp(ch->rdma_cm.cm_id); in srp_create_ch_ib()