Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_ether.h140 #define ETHER_STAT_ISACOUNTER(_ether_stat) \ argument
141 ((_ether_stat) == ETHER_STAT_ALIGN_ERRORS || \
142 (_ether_stat) == ETHER_STAT_FCS_ERRORS || \
143 (_ether_stat) == ETHER_STAT_FIRST_COLLISIONS || \
144 (_ether_stat) == ETHER_STAT_MULTI_COLLISIONS || \
145 (_ether_stat) == ETHER_STAT_SQE_ERRORS || \
146 (_ether_stat) == ETHER_STAT_DEFER_XMTS || \
147 (_ether_stat) == ETHER_STAT_TX_LATE_COLLISIONS || \
148 (_ether_stat) == ETHER_STAT_EX_COLLISIONS || \
149 (_ether_stat) == ETHER_STAT_MACXMT_ERRORS || \
[all …]