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