Home
last modified time | relevance | path

Searched refs:rl_sendbuf (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/sunrpc/xprtrdma/
Dverbs.c818 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE); in rpcrdma_req_create()
819 if (!req->rl_sendbuf) in rpcrdma_req_create()
834 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_create()
902 rpcrdma_regbuf_dma_unmap(req->rl_sendbuf); in rpcrdma_req_reset()
1098 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_destroy()
Drpc_rdma.c536 struct rpcrdma_regbuf *rb = sc->sc_req->rl_sendbuf; in rpcrdma_sendctx_unmap()
579 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_head_iov()
600 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_pagelist()
642 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_tail_iov()
929 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req()
Dbackchannel.c204 xdr_buf_init(&rqst->rq_snd_buf, rdmab_data(req->rl_sendbuf), size); in rpcrdma_bc_rqst_get()
Dtransport.c566 if (!rpcrdma_check_regbuf(r_xprt, req->rl_sendbuf, rqst->rq_callsize, in xprt_rdma_allocate()
573 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
Dxprt_rdma.h324 struct rpcrdma_regbuf *rl_sendbuf; /* rq_snd_buf */ member