Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_ether.h348 #define ETHER_STAT_ISACOUNTER(_ether_stat) \ argument
350 (_ether_stat) == ETHER_STAT_FCS_ERRORS || \
353 (_ether_stat) == ETHER_STAT_SQE_ERRORS || \
354 (_ether_stat) == ETHER_STAT_DEFER_XMTS || \
356 (_ether_stat) == ETHER_STAT_EX_COLLISIONS || \
357 (_ether_stat) == ETHER_STAT_MACXMT_ERRORS || \
358 (_ether_stat) == ETHER_STAT_CARRIER_ERRORS || \
359 (_ether_stat) == ETHER_STAT_TOOLONG_ERRORS || \
360 (_ether_stat) == ETHER_STAT_TOOSHORT_ERRORS || \
361 (_ether_stat) == ETHER_STAT_JABBER_ERRORS || \
[all …]