Searched defs:rpcrdma_buffer (Results 1 – 1 of 1) sorted by relevance
298 struct rpcrdma_buffer { struct299 spinlock_t rb_mwlock; /* protect rb_mws list */300 struct list_head rb_mws;301 struct list_head rb_all;302 char *rb_pool;304 spinlock_t rb_lock; /* protect buf lists */305 struct list_head rb_send_bufs;306 struct list_head rb_recv_bufs;307 u32 rb_max_requests;309 u32 rb_bc_srv_max_requests;[all …]