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