Searched defs:ipath_lkey_table (Results 1 – 1 of 1) sorted by relevance
528 struct ipath_lkey_table { struct529 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