Searched defs:rpcrdma_buffer (Results 1 – 1 of 1) sorted by relevance
390 struct rpcrdma_buffer { struct391 spinlock_t rb_mrlock; /* protect rb_mrs list */392 struct list_head rb_mrs;393 struct list_head rb_all;395 unsigned long rb_sc_head;396 unsigned long rb_sc_tail;397 unsigned long rb_sc_last;398 struct rpcrdma_sendctx **rb_sc_ctxs;400 spinlock_t rb_lock; /* protect buf lists */401 struct list_head rb_send_bufs;[all …]