Home
last modified time | relevance | path

Searched defs:rvt_lkey_table (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Drdmavt_mr.h93 struct rvt_lkey_table { struct
94 spinlock_t lock; /* protect changes in this struct */
95 u32 next; /* next unused index (speeds search) */
96 u32 gen; /* generation count */
97 u32 max; /* size of the table */
98 struct rvt_mregion __rcu **table;