Home
last modified time | relevance | path

Searched refs:rdma_destroy_qp (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/include/rdma/
H A Drdma_cm.h200 * rdma_destroy_qp - Deallocate the QP associated with the specified RDMA
206 void rdma_destroy_qp(struct rdma_cm_id *id);
/kernel/linux/linux-6.6/include/rdma/
H A Drdma_cm.h211 * rdma_destroy_qp - Deallocate the QP associated with the specified RDMA
217 void rdma_destroy_qp(struct rdma_cm_id *id);
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_rdma_if.h624 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp); member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_rdma_if.h624 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp); member
/kernel/linux/linux-5.10/net/rds/
H A Dib_cm.c712 rdma_destroy_qp(ic->i_cm_id); in rds_ib_setup_qp()
1126 rdma_destroy_qp(ic->i_cm_id); in rds_ib_conn_path_shutdown()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs.c291 rdma_destroy_qp(con->cm_id); in rtrs_cq_qp_destroy()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs.c321 rdma_destroy_qp(con->cm_id); in rtrs_cq_qp_destroy()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/
H A Diser_verbs.c404 rdma_destroy_qp(ib_conn->cma_id); in iser_free_ib_conn_res()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c381 rdma_destroy_qp(ib_conn->cma_id); in iser_free_ib_conn_res()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbdirect.c1343 rdma_destroy_qp(info->id); in smbd_destroy()
1719 rdma_destroy_qp(info->id); in _smbd_get_connection()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dverbs.c362 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dverbs.c334 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dverbs.c1961 rc = dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_create_user_qp()
2110 dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_iwarp_create_kernel_qp()
2223 rc = dev->ops->rdma_destroy_qp(dev->rdma_ctx, qp->qed_qp); in qedr_free_qp_resources()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Drdma.c1330 rdma_destroy_qp(queue->cm_id); in nvmet_rdma_create_queue_ib()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c2039 .rdma_destroy_qp = &qed_rdma_destroy_qp,
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c2011 .rdma_destroy_qp = &qed_rdma_destroy_qp,
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Drdma.c1330 rdma_destroy_qp(queue->cm_id); in nvmet_rdma_create_queue_ib()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c995 void rdma_destroy_qp(struct rdma_cm_id *id) in rdma_destroy_qp() function
1006 EXPORT_SYMBOL(rdma_destroy_qp); variable
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c1138 void rdma_destroy_qp(struct rdma_cm_id *id) in rdma_destroy_qp() function
1149 EXPORT_SYMBOL(rdma_destroy_qp); variable
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Drdma.c567 rdma_destroy_qp(queue->cm_id); in nvme_rdma_create_queue_ib()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Drdma.c561 rdma_destroy_qp(queue->cm_id); in nvme_rdma_create_queue_ib()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H A Dib_srp.c622 rdma_destroy_qp(ch->rdma_cm.cm_id); in srp_create_ch_ib()

Completed in 66 milliseconds

12