Searched defs:rpcrdma_buffer (Results 1 – 1 of 1) sorted by relevance
363 struct rpcrdma_buffer { struct364 spinlock_t rb_lock;365 struct list_head rb_send_bufs;366 struct list_head rb_mrs;368 unsigned long rb_sc_head;369 unsigned long rb_sc_tail;370 unsigned long rb_sc_last;371 struct rpcrdma_sendctx **rb_sc_ctxs;373 struct list_head rb_allreqs;374 struct list_head rb_all_mrs;[all …]