Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.h651 struct hfi1_lkey_table { struct
652 spinlock_t lock; /* protect changes in this struct */
653 u32 next; /* next unused index (speeds search) */
654 u32 gen; /* generation count */
655 u32 max; /* size of the table */
656 struct hfi1_mregion __rcu **table;