Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dverbs.c857 req->rl_recvbuf = rpcrdma_regbuf_alloc(size, DMA_NONE, flags); in rpcrdma_req_create()
858 if (!req->rl_recvbuf) in rpcrdma_req_create()
938 rpcrdma_regbuf_dma_unmap(req->rl_recvbuf); in rpcrdma_req_reset()
1107 rpcrdma_regbuf_free(req->rl_recvbuf); in rpcrdma_req_destroy()
H A Dtransport.c583 if (!rpcrdma_check_regbuf(r_xprt, req->rl_recvbuf, rqst->rq_rcvsize, in xprt_rdma_allocate()
588 rqst->rq_rbuffer = rdmab_data(req->rl_recvbuf); in xprt_rdma_allocate()
H A Dxprt_rdma.h311 struct rpcrdma_regbuf *rl_recvbuf; /* rq_rcv_buf */ member