Searched refs:PACKETLEN_MIN (Results 1 – 1 of 1) sorted by relevance
84 #define PACKETLEN_MIN(min) (((min) & 0xffff) << 16) macro86 #define PACKETLEN_MIN_MAX(min, max) (PACKETLEN_MIN(min) | \