Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Drdma_cm.h217 void rdma_destroy_qp(struct rdma_cm_id *id);
/linux/include/linux/qed/
H A Dqed_rdma_if.h624 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp); member
/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()
/linux/drivers/infiniband/ulp/iser/
H A Diser_verbs.c381 rdma_destroy_qp(ib_conn->cma_id); in iser_free_ib_conn_res()
/linux/fs/smb/client/
H A Dsmbdirect.c1311 rdma_destroy_qp(info->id); in smbd_destroy()
1686 rdma_destroy_qp(info->id); in _smbd_get_connection()
/linux/net/sunrpc/xprtrdma/
H A Dverbs.c343 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c1985 rc = dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_create_user_qp()
2134 dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_iwarp_create_kernel_qp()
2247 rc = dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_free_qp_resources()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c2009 .rdma_destroy_qp = &qed_rdma_destroy_qp,
/linux/drivers/nvme/target/
H A Drdma.c1335 rdma_destroy_qp(queue->cm_id); in nvmet_rdma_create_queue_ib()
/linux/drivers/nvme/host/
H A Drdma.c561 rdma_destroy_qp(queue->cm_id); in nvme_rdma_create_queue_ib()
/linux/drivers/infiniband/core/
H A Dcma.c1156 void rdma_destroy_qp(struct rdma_cm_id *id) in rdma_destroy_qp() function
1167 EXPORT_SYMBOL(rdma_destroy_qp);
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c617 rdma_destroy_qp(ch->rdma_cm.cm_id); in srp_create_ch_ib()