Home
last modified time | relevance | path

Searched refs:rl_recvbuf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dverbs.c826 req->rl_recvbuf = rpcrdma_regbuf_alloc(size, DMA_NONE); in rpcrdma_req_create()
827 if (!req->rl_recvbuf) in rpcrdma_req_create()
909 rpcrdma_regbuf_dma_unmap(req->rl_recvbuf); in rpcrdma_req_reset()
1115 rpcrdma_regbuf_free(req->rl_recvbuf); in rpcrdma_req_destroy()
H A Dtransport.c569 if (!rpcrdma_check_regbuf(r_xprt, req->rl_recvbuf, rqst->rq_rcvsize, in xprt_rdma_allocate()
574 rqst->rq_rbuffer = rdmab_data(req->rl_recvbuf); in xprt_rdma_allocate()
H A Dxprt_rdma.h325 struct rpcrdma_regbuf *rl_recvbuf; /* rq_rcv_buf */ member