Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dverbs.h435 unsigned hfi1_get_npkeys(struct hfi1_devdata *);
Dverbs.c1329 rdi->dparms.props.max_pkeys = hfi1_get_npkeys(dd); in hfi1_fill_device_attr()
1538 unsigned hfi1_get_npkeys(struct hfi1_devdata *dd) in hfi1_get_npkeys() function
1868 dd->verbs_dev.rdi.dparms.npkeys = hfi1_get_npkeys(dd); in hfi1_register_ib_device()
Dmad.c587 ni->partition_cap = cpu_to_be16(hfi1_get_npkeys(dd)); in __subn_get_opa_nodeinfo()
624 nip->partition_cap = cpu_to_be16(hfi1_get_npkeys(dd)); in subn_get_nodeinfo()
990 unsigned npkeys = hfi1_get_npkeys(dd); in __subn_get_opa_pkeytable()
1689 unsigned npkeys = hfi1_get_npkeys(dd); in __subn_set_opa_pkeytable()
Dchip.c13525 for (i = 0; i < hfi1_get_npkeys(dd); i++) { in set_partition_keys()