Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dtransport.c595 nreq->rl_buffer = (struct rpcrdma_buffer *)req; in xprt_rdma_allocate()
631 r_xprt = container_of(((struct rpcrdma_req *) req->rl_buffer)->rl_buffer, in xprt_rdma_free()
634 r_xprt = container_of(req->rl_buffer, struct rpcrdma_xprt, rx_buf); in xprt_rdma_free()
661 struct rpcrdma_req *oreq = (struct rpcrdma_req *)req->rl_buffer; in xprt_rdma_free()
Dxprt_rdma.h188 struct rpcrdma_buffer *rl_buffer; /* home base for this structure */ member
Dverbs.c1103 buf->rb_send_bufs[i]->rl_buffer = buf; in rpcrdma_buffer_create()
1274 struct rpcrdma_buffer *buffers = req->rl_buffer; in rpcrdma_buffer_put()
1323 struct rpcrdma_buffer *buffers = req->rl_buffer; in rpcrdma_recv_buffer_get()
1327 buffers = ((struct rpcrdma_req *) buffers)->rl_buffer; in rpcrdma_recv_buffer_get()