Searched defs:rpcrdma_req (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h134 * struct rpcrdma_req -- structure central to the request/reply sequence.
143 * struct rpcrdma_req associated with the request.
184 struct rpcrdma_req { struct
199 container_of((r)->rq_buffer, struct rpcrdma_req, rl_xdr_buf[0])
214 struct rpcrdma_req **rb_send_bufs;
308 struct rpcrdma_req *);
320 struct rpcrdma_req *rpcrdma_buffer_get(struct rpcrdma_buffer *);
321 void rpcrdma_buffer_put(struct rpcrdma_req *);
322 void rpcrdma_recv_buffer_get(struct rpcrdma_req *);

Completed in 4 milliseconds