Searched defs:diameter (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c646 int diameter; local
815 /* Calculate the diameter */
816 diameter = s1394_topology_tree_calculate_diameter(hal);
819 hal->optimum_gap_count = s1394_gap_count_optimize(diameter);
H A Ds1394_bus_reset.c949 * and second deepest paths though that branch's children. The diameter
963 int diameter = 0; local
1024 /* Update maximum distance (diameter), if necessary */
1026 if (local_diameter > diameter)
1027 diameter = local_diameter;
1033 return (diameter);
1038 * looks in a table to find the appropriate gap_count for a given diameter.
1042 s1394_gap_count_optimize(int diameter) argument
1044 if ((diameter >= 0) && (diameter <
[all...]

Completed in 62 milliseconds