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