Searched refs:MAX_HOPS (Results 1 – 2 of 2) sorted by relevance
74 static int gap_count[MAX_HOPS + 1] = {1044 if ((diameter >= 0) && (diameter <= MAX_HOPS)) { in s1394_gap_count_optimize()1050 return (gap_count[MAX_HOPS]); in s1394_gap_count_optimize()
97 #define MAX_HOPS 23 macro