Home
last modified time | relevance | path

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

/Linux-v4.19/include/rdma/
Drdma_vt.h169 int npkeys; member
470 return rdi->dparms.npkeys; in rvt_get_npkeys()
/Linux-v4.19/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.c1958 dd->verbs_dev.rdi.dparms.npkeys = hfi1_get_npkeys(dd); in hfi1_register_ib_device()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_verbs.c1630 dd->verbs_dev.rdi.dparms.npkeys = qib_get_npkeys(dd); in qib_register_ib_device()