Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dtransport.c590 if (req->rl_sendbuf && rdmab_length(req->rl_sendbuf) >= size) in rpcrdma_get_sendbuf()
597 rpcrdma_free_regbuf(req->rl_sendbuf); in rpcrdma_get_sendbuf()
599 req->rl_sendbuf = rb; in rpcrdma_get_sendbuf()
666 rqst->rq_buffer = req->rl_sendbuf->rg_base; in xprt_rdma_allocate()
Dbackchannel.c65 req->rl_sendbuf = rb; in rpcrdma_bc_setup_reqs()
Dxprt_rdma.h346 struct rpcrdma_regbuf *rl_sendbuf; /* rq_snd_buf */ member
Dverbs.c463 rpcrdma_dma_unmap_regbuf(req->rl_sendbuf); in rpcrdma_ia_remove()
1197 rpcrdma_free_regbuf(req->rl_sendbuf); in rpcrdma_destroy_req()
Drpc_rdma.c561 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_msg_sges()