Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1486 ibnex_fill_nodeinfo(nvlist_t **nvlpp, ibnex_node_data_t *node_datap, void *tmp) in ibnex_fill_nodeinfo() argument
1496 node_datap->node_type, node_datap); in ibnex_fill_nodeinfo()
1498 if (node_datap->node_type == IBNEX_PORT_COMMSVC_NODE) { in ibnex_fill_nodeinfo()
1499 svcname = ibnex.ibnex_comm_svc_names[node_datap->node_data. in ibnex_fill_nodeinfo()
1502 (longlong_t)node_datap->node_data.port_node.port_guid, in ibnex_fill_nodeinfo()
1523 } else if (node_datap->node_type == IBNEX_VPPA_COMMSVC_NODE) { in ibnex_fill_nodeinfo()
1524 svcname = ibnex.ibnex_vppa_comm_svc_names[node_datap->node_data. 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()
1548 } else if (node_datap->node_type == IBNEX_HCASVC_COMMSVC_NODE) { in ibnex_fill_nodeinfo()
[all …]
H A Dibnex.c1061 ibnex_node_data_t *node_datap; in ibnex_name_child() local
1065 node_datap = ddi_get_parent_data(child); in ibnex_name_child()
1066 if (node_datap == NULL) { in ibnex_name_child()
1071 "Node type %x", node_datap, node_datap->node_type); in ibnex_name_child()
1072 switch (node_datap->node_type) { in ibnex_name_child()
1074 port_node = &node_datap->node_data.port_node; 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()
1093 ioc = &node_datap->node_data.ioc_node; in ibnex_name_child()
1098 pseudo = &node_datap->node_data.pseudo_node; in ibnex_name_child()