Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dxprt_rdma.h283 struct rpcrdma_buffer { struct
284 spinlock_t rb_lock; /* protects indexes */
285 u32 rb_max_requests;/* client max requests */
286 struct list_head rb_mws; /* optional memory windows/fmrs/frmrs */
287 struct list_head rb_all;
288 int rb_send_index;
289 struct rpcrdma_req **rb_send_bufs;
290 int rb_recv_index;
291 struct rpcrdma_rep **rb_recv_bufs;
292 char *rb_pool;