Searched defs:ipath_lkey_table (Results 1 – 1 of 1) sorted by relevance
522 struct ipath_lkey_table { struct523 spinlock_t lock;524 u32 next; /* next unused index (speeds search) */525 u32 gen; /* generation count */526 u32 max; /* size of the table */550 struct ipath_lkey_table lk_table; argument