Home
last modified time | relevance | path

Searched refs:node_datap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1489 ibnex_fill_nodeinfo(nvlist_t **nvlpp, ibnex_node_data_t *node_datap, void *tmp) in ibnex_fill_nodeinfo() argument
1499 node_datap->node_type, node_datap); in ibnex_fill_nodeinfo()
1501 if (node_datap->node_type == IBNEX_PORT_COMMSVC_NODE) { in ibnex_fill_nodeinfo()
1502 svcname = ibnex.ibnex_comm_svc_names[node_datap->node_data. in ibnex_fill_nodeinfo()
1505 (longlong_t)node_datap->node_data.port_node.port_guid, in ibnex_fill_nodeinfo()
1526 } else if (node_datap->node_type == IBNEX_VPPA_COMMSVC_NODE) { in ibnex_fill_nodeinfo()
1527 svcname = ibnex.ibnex_vppa_comm_svc_names[node_datap->node_data. 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()
1551 } else if (node_datap->node_type == IBNEX_HCASVC_COMMSVC_NODE) { in ibnex_fill_nodeinfo()
[all …]
H A Dibnex.c1067 ibnex_node_data_t *node_datap; in ibnex_name_child() local
1071 node_datap = ddi_get_parent_data(child); in ibnex_name_child()
1072 if (node_datap == NULL) { in ibnex_name_child()
1077 "Node type %x", node_datap, node_datap->node_type); in ibnex_name_child()
1078 switch (node_datap->node_type) { in ibnex_name_child()
1080 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1086 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1092 port_node = &node_datap->node_data.port_node; in ibnex_name_child()
1099 ioc = &node_datap->node_data.ioc_node; in ibnex_name_child()
1104 pseudo = &node_datap->node_data.pseudo_node; in ibnex_name_child()