Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_verbs.h660 struct qib_lkey_table { struct
661 spinlock_t lock; /* protect changes in this struct */
662 u32 next; /* next unused index (speeds search) */
663 u32 gen; /* generation count */
664 u32 max; /* size of the table */
665 struct qib_mregion __rcu **table;