Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c976 hal->topology_tree[i].max_2nd = 0; in s1394_topology_tree_calculate_diameter()
1017 current->max_2nd = current->max_1st; in s1394_topology_tree_calculate_diameter()
1020 } else if (distance > current->max_2nd) { in s1394_topology_tree_calculate_diameter()
1021 current->max_2nd = (uchar_t)distance; in s1394_topology_tree_calculate_diameter()
1025 local_diameter = current->max_1st + current->max_2nd; in s1394_topology_tree_calculate_diameter()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h286 uchar_t max_2nd; member