Searched refs:rdma_rw_ctx_destroy (Results 1 – 7 of 7) sorted by relevance
/linux/include/rdma/ |
A D | rw.h | 48 void rdma_rw_ctx_destroy(struct rdma_rw_ctx *ctx, struct ib_qp *qp,
|
/linux/drivers/infiniband/core/ |
A D | rw.c | 600 void rdma_rw_ctx_destroy(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_ctx_destroy() function 625 EXPORT_SYMBOL(rdma_rw_ctx_destroy);
|
/linux/fs/ksmbd/ |
A D | transport_rdma.c | 1322 rdma_rw_ctx_destroy(&msg->rw_ctx, t->qp, t->qp->port, in read_write_done() 1403 rdma_rw_ctx_destroy(&msg->rw_ctx, t->qp, t->qp->port, in smb_direct_rdma_xmit()
|
/linux/net/sunrpc/xprtrdma/ |
A D | svc_rdma_rw.c | 198 rdma_rw_ctx_destroy(&ctxt->rw_ctx, rdma->sc_qp, in svc_rdma_cc_release()
|
/linux/drivers/infiniband/ulp/srpt/ |
A D | ib_srpt.c | 948 rdma_rw_ctx_destroy(&ctx->rw, ch->qp, ch->sport->port, in srpt_alloc_rw_ctxs() 966 rdma_rw_ctx_destroy(&ctx->rw, ch->qp, ch->sport->port, in srpt_free_rw_ctxs()
|
/linux/drivers/nvme/target/ |
A D | rdma.c | 664 rdma_rw_ctx_destroy(&rsp->rw, cm_id->qp, cm_id->port_num, in nvmet_rdma_rw_ctx_destroy()
|
/linux/drivers/infiniband/ulp/isert/ |
A D | ib_isert.c | 1419 rdma_rw_ctx_destroy(&cmd->rw, conn->qp, conn->cm_id->port_num, in isert_rdma_rw_ctx_destroy()
|
Completed in 26 milliseconds