Searched refs:_ether_stat (Results 1 – 1 of 1) sorted by relevance
140 #define ETHER_STAT_ISACOUNTER(_ether_stat) \ argument141 ((_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 …]