Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c148 ibnex_port_node_t *port_node; in ibnex_hca_bus_config() local
182 port_node = &node_data->node_data.port_node; in ibnex_hca_bus_config()
187 port_node->port_commsvc_idx]; in ibnex_hca_bus_config()
190 port_node->port_num, in ibnex_hca_bus_config()
191 port_node->port_pkey, srvname); in ibnex_hca_bus_config()
266 ibnex_port_node_t *port_node; in ibnex_hca_bus_unconfig() local
268 port_node = &ndp->node_data.port_node; in ibnex_hca_bus_unconfig()
269 if (port_node->port_pdip == parent) { in ibnex_hca_bus_unconfig()
270 port_node->port_pdip = NULL; in ibnex_hca_bus_unconfig()
283 ibnex_port_node_t *port_node; in ibnex_hca_bus_unconfig() local
[all …]
H A Dibnex.c1068 ibnex_port_node_t *port_node; in ibnex_name_child() local
1080 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1082 port_node->port_num, in ibnex_name_child()
1083 ibnex.ibnex_comm_svc_names[port_node->port_commsvc_idx]); in ibnex_name_child()
1086 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1088 port_node->port_num, port_node->port_pkey, ibnex. in ibnex_name_child()
1089 ibnex_vppa_comm_svc_names[port_node->port_commsvc_idx]); in ibnex_name_child()
1092 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1094 port_node->port_num, in ibnex_name_child()
1095 ibnex.ibnex_hcasvc_comm_svc_names[port_node-> in ibnex_name_child()
[all …]
H A Dibnex_ioctl.c1415 tmp->node_data.port_node.port_guid = port_guid; in ibnex_get_commsvcnode_snapshot()
1416 tmp->node_data.port_node.port_hcaguid = hca_guid; in ibnex_get_commsvcnode_snapshot()
1417 tmp->node_data.port_node.port_commsvc_idx = svc_index; in ibnex_get_commsvcnode_snapshot()
1420 tmp->node_data.port_node.port_pkey = p_key; in ibnex_get_commsvcnode_snapshot()
1503 port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
1505 (longlong_t)node_datap->node_data.port_node.port_guid, in ibnex_fill_nodeinfo()
1528 port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
1530 (longlong_t)node_datap->node_data.port_node.port_guid, in ibnex_fill_nodeinfo()
1531 node_datap->node_data.port_node.port_pkey, svcname); in ibnex_fill_nodeinfo()
1553 node_data.port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
[all …]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c245 hp_node_t node, port_node; in copy_hotplug() local
336 if ((port_node = new_hotplug_node(node, in copy_hotplug()
341 node_list_add(&ports, port_node); in copy_hotplug()
345 if ((rv = copy_devices(port_node, child_dev, in copy_hotplug()
346 child_flags, &port_node->hp_child)) != 0) in copy_hotplug()
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h156 ibnex_port_node_t port_node; member