Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1420 tmp->node_data.port_node.port_pkey = p_key; in ibnex_get_commsvcnode_snapshot()
1531 node_datap->node_data.port_node.port_pkey, svcname); in ibnex_fill_nodeinfo()
1862 port_pkey) && (strstr(dyn, name) != NULL)) { in ibnex_get_dip_from_apid()
2071 int port_pkey = 0; in ibnex_handle_commsvcnode_configure() local
2118 port_pkey = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret); in ibnex_handle_commsvcnode_configure()
2120 "PKEY num %x", port_pkey); in ibnex_handle_commsvcnode_configure()
2127 if (port_pkey == 0) { in ibnex_handle_commsvcnode_configure()
2205 if (port_pkey == 0) in ibnex_handle_commsvcnode_configure()
2214 port_pkey, &ret, IBNEX_CFGADM_ENUMERATE) != NULL) { in ibnex_handle_commsvcnode_configure()
2265 nodep->node_data.port_node.port_pkey, in ibnex_return_apid()
H A Dibnex.c1087 port_node->port_num, port_node->port_pkey, ibnex. in ibnex_name_child()
2729 node_pkey = node_data->node_data.port_node.port_pkey; in ibnex_get_node_and_dip_from_guid()
2779 node_pkey = node_data->node_data.port_node.port_pkey; in ibnex_get_dip_from_guid()
3039 port_node->port_pkey, svcname); in ibnex_commsvc_initnode()
3413 (nodep->node_data.port_node.port_pkey == pkey)) { in ibnex_is_node_data_present()
3582 node_data->node_data.port_node.port_pkey = pkey; in ibnex_init_child_nodedata()
H A Dibnex_hca.c191 port_node->port_pkey, srvname); in ibnex_hca_bus_config()
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h69 ib_pkey_t port_pkey; member