Searched defs:rpcrdma_buffer (Results 1 – 1 of 1) sorted by relevance
350 struct rpcrdma_buffer { struct351 spinlock_t rb_lock;352 struct list_head rb_send_bufs;353 struct list_head rb_mrs;355 unsigned long rb_sc_head;356 unsigned long rb_sc_tail;357 unsigned long rb_sc_last;358 struct rpcrdma_sendctx **rb_sc_ctxs;360 struct list_head rb_allreqs;361 struct list_head rb_all_mrs;[all …]