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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h242 * There are three ranges of statistics values. 0 to 1 - MAC_STAT_MIN are
243 * interface statistics maintained by the mac module. MAC_STAT_MIN to 1 -
248 #define MAC_STAT_MIN 1000 macro
252 (stat >= MAC_STAT_MIN && stat < MACTYPE_STAT_MIN)
272 MAC_STAT_IFSPEED = MAC_STAT_MIN,

Completed in 61 milliseconds