Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dverbs.c437 rpcrdma_regbuf_dma_unmap(req->rl_sendbuf); in rpcrdma_ia_remove()
1020 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE, flags); in rpcrdma_req_create()
1021 if (!req->rl_sendbuf) in rpcrdma_req_create()
1036 kfree(req->rl_sendbuf); in rpcrdma_req_create()
1172 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_destroy()
Dbackchannel.c202 xdr_buf_init(&rqst->rq_snd_buf, rdmab_data(req->rl_sendbuf), size); in rpcrdma_bc_rqst_get()
Dtransport.c629 if (!rpcrdma_check_regbuf(r_xprt, req->rl_sendbuf, rqst->rq_callsize, in xprt_rdma_allocate()
636 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
Dxprt_rdma.h323 struct rpcrdma_regbuf *rl_sendbuf; /* rq_snd_buf */ member
Drpc_rdma.c620 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_msg_sges()