Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_verbs.h522 struct ipath_lkey_table { struct
523 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