Home
last modified time | relevance | path

Searched refs:ib_ipath_lkey_table_size (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_keys.c75 mr->lkey = (r << (32 - ib_ipath_lkey_table_size)) | in ipath_alloc_lkey()
76 ((((1 << (24 - ib_ipath_lkey_table_size)) - 1) & rkt->gen) in ipath_alloc_lkey()
103 r = lkey >> (32 - ib_ipath_lkey_table_size); in ipath_free_lkey()
149 mr = rkt->table[(sge->lkey >> (32 - ib_ipath_lkey_table_size))]; in ipath_lkey_ok()
232 mr = rkt->table[(rkey >> (32 - ib_ipath_lkey_table_size))]; in ipath_rkey_ok()
Dipath_verbs.h919 extern unsigned int ib_ipath_lkey_table_size;
Dipath_verbs.c50 unsigned int ib_ipath_lkey_table_size = 12; variable
51 module_param_named(lkey_table_size, ib_ipath_lkey_table_size, uint,
2073 idev->lk_table.max = 1 << ib_ipath_lkey_table_size; in ipath_register_ib_device()