Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dmad.c1032 unsigned npkeys = hfi1_get_npkeys(dd); in __subn_get_opa_pkeytable() local
1042 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_get_opa_pkeytable()
1066 for (i = 0; i < npkeys; i++) in __subn_get_opa_pkeytable()
1731 unsigned npkeys = hfi1_get_npkeys(dd); in __subn_set_opa_pkeytable() local
1741 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_set_opa_pkeytable()
Dverbs.c1909 dd->verbs_dev.rdi.dparms.npkeys = hfi1_get_npkeys(dd); in hfi1_register_ib_device()
/drivers/infiniband/hw/qib/
Dqib_verbs.c1599 dd->verbs_dev.rdi.dparms.npkeys = qib_get_npkeys(dd); in qib_register_ib_device()