Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.h528 struct ipath_lkey_table { struct
529 spinlock_t lock;
530 u32 next; /* next unused index (speeds search) */
531 u32 gen; /* generation count */
532 u32 max; /* size of the table */
556 struct ipath_lkey_table lk_table; argument