Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c143 ibnex_port_node_t *port_node; in ibnex_hca_bus_config() local
177 port_node = &node_data->node_data.port_node; in ibnex_hca_bus_config()
182 port_node->port_commsvc_idx]; in ibnex_hca_bus_config()
185 port_node->port_num, in ibnex_hca_bus_config()
186 port_node->port_pkey, srvname); in ibnex_hca_bus_config()
261 ibnex_port_node_t *port_node; in ibnex_hca_bus_unconfig() local
263 port_node = &ndp->node_data.port_node; in ibnex_hca_bus_unconfig()
264 if (port_node->port_pdip == parent) { in ibnex_hca_bus_unconfig()
265 port_node->port_pdip = NULL; in ibnex_hca_bus_unconfig()
278 ibnex_port_node_t *port_node; in ibnex_hca_bus_unconfig() local
[all …]
H A Dibnex.c1062 ibnex_port_node_t *port_node; in ibnex_name_child() local
1074 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1076 port_node->port_num, in ibnex_name_child()
1077 ibnex.ibnex_comm_svc_names[port_node->port_commsvc_idx]); in ibnex_name_child()
1080 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1082 port_node->port_num, port_node->port_pkey, ibnex. in ibnex_name_child()
1083 ibnex_vppa_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, in ibnex_name_child()
1089 ibnex.ibnex_hcasvc_comm_svc_names[port_node-> in ibnex_name_child()
[all …]
H A Dibnex_ioctl.c1412 tmp->node_data.port_node.port_guid = port_guid; in ibnex_get_commsvcnode_snapshot()
1413 tmp->node_data.port_node.port_hcaguid = hca_guid; in ibnex_get_commsvcnode_snapshot()
1414 tmp->node_data.port_node.port_commsvc_idx = svc_index; in ibnex_get_commsvcnode_snapshot()
1417 tmp->node_data.port_node.port_pkey = p_key; in ibnex_get_commsvcnode_snapshot()
1500 port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
1502 (longlong_t)node_datap->node_data.port_node.port_guid, in ibnex_fill_nodeinfo()
1525 port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
1527 (longlong_t)node_datap->node_data.port_node.port_guid, in ibnex_fill_nodeinfo()
1528 node_datap->node_data.port_node.port_pkey, svcname); in ibnex_fill_nodeinfo()
1550 node_data.port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
[all …]
/titanic_41/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()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h214 typedef struct port_node frutree_portnode_t;
231 struct port_node { struct
/titanic_41/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h156 ibnex_port_node_t port_node; member