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

/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h108 * struct rpcrdma_buffer. N is the max number of outstanding requests.
119 struct rpcrdma_buffer;
123 struct rpcrdma_buffer *rr_buffer; /* home base for this structure */
137 * struct rpcrdma_buffer. N is the max number of outstanding requests.
189 struct rpcrdma_buffer *rl_buffer; /* home base for this structure */
202 * struct rpcrdma_buffer -- holds list/queue of pre-registered memory for
207 struct rpcrdma_buffer { struct
278 struct rpcrdma_buffer rx_buf;
315 int rpcrdma_buffer_create(struct rpcrdma_buffer *, struct rpcrdma_ep *,
318 void rpcrdma_buffer_destroy(struct rpcrdma_buffer *);
[all...]

Completed in 74 milliseconds