Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.c1417 props->max_pkeys = hfi1_get_npkeys(dd); in query_device()
1476 props->pkey_tbl_len = hfi1_get_npkeys(dd); in query_port()
1821 unsigned hfi1_get_npkeys(struct hfi1_devdata *dd) in hfi1_get_npkeys() function
1832 if (index >= hfi1_get_npkeys(dd)) { in query_pkey()
Dqp.c645 if (attr->alt_pkey_index >= hfi1_get_npkeys(dd_from_dev(dev))) in hfi1_modify_qp()
650 if (attr->pkey_index >= hfi1_get_npkeys(dd_from_dev(dev))) in hfi1_modify_qp()
Dverbs.h1102 unsigned hfi1_get_npkeys(struct hfi1_devdata *);
Dmad.c339 ni->partition_cap = cpu_to_be16(hfi1_get_npkeys(dd)); in __subn_get_opa_nodeinfo()
375 nip->partition_cap = cpu_to_be16(hfi1_get_npkeys(dd)); in subn_get_nodeinfo()
741 unsigned npkeys = hfi1_get_npkeys(dd); in __subn_get_opa_pkeytable()
1408 unsigned npkeys = hfi1_get_npkeys(dd); in __subn_set_opa_pkeytable()
Dchip.c9281 for (i = 0; i < hfi1_get_npkeys(dd); i++) { in set_partition_keys()