Searched defs:rpcrdma_buffer (Results 1 – 1 of 1) sorted by relevance
207 struct rpcrdma_buffer { struct208 spinlock_t rb_lock; /* protects indexes */209 atomic_t rb_credits; /* most recent server credits */210 unsigned long rb_cwndscale; /* cached framework rpc_cwndscale */211 int rb_max_requests;/* client max requests */212 struct list_head rb_mws; /* optional memory windows/fmrs/frmrs */213 int rb_send_index;214 struct rpcrdma_req **rb_send_bufs;215 int rb_recv_index;216 struct rpcrdma_rep **rb_recv_bufs;[all …]