Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dxprt_rdma.h119 struct rpcrdma_buffer;
123 struct rpcrdma_buffer *rr_buffer; /* home base for this structure */
188 struct rpcrdma_buffer *rl_buffer; /* home base for this structure */
206 struct rpcrdma_buffer { struct
277 struct rpcrdma_buffer rx_buf;
314 int rpcrdma_buffer_create(struct rpcrdma_buffer *, struct rpcrdma_ep *,
317 void rpcrdma_buffer_destroy(struct rpcrdma_buffer *);
319 struct rpcrdma_req *rpcrdma_buffer_get(struct rpcrdma_buffer *);
Dverbs.c943 rpcrdma_buffer_create(struct rpcrdma_buffer *buf, struct rpcrdma_ep *ep, in rpcrdma_buffer_create()
1151 rpcrdma_buffer_destroy(struct rpcrdma_buffer *buf) in rpcrdma_buffer_destroy()
1229 rpcrdma_buffer_get(struct rpcrdma_buffer *buffers) in rpcrdma_buffer_get()
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()
1344 struct rpcrdma_buffer *buffers = rep->rr_buffer; in rpcrdma_recv_buffer_put()
Dtransport.c595 nreq->rl_buffer = (struct rpcrdma_buffer *)req; in xprt_rdma_allocate()