Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c70 static int gap_count[MAX_HOPS + 1] = {
861 if ((diameter >= 0) && (diameter <= MAX_HOPS)) { in s1394_gap_count_optimize()
867 return (gap_count[MAX_HOPS]); in s1394_gap_count_optimize()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h95 #define MAX_HOPS 23 macro