Searched defs:qib_lkey_table (Results 1 – 1 of 1) sorted by relevance
652 struct qib_lkey_table { struct653 spinlock_t lock; /* protect changes in this struct */654 u32 next; /* next unused index (speeds search) */655 u32 gen; /* generation count */656 u32 max; /* size of the table */657 struct qib_mregion __rcu **table;