Searched refs:_ether_stat (Results 1 – 1 of 1) sorted by relevance
348 #define ETHER_STAT_ISACOUNTER(_ether_stat) \ argument349 ((_ether_stat) == ETHER_STAT_ALIGN_ERRORS || \350 (_ether_stat) == ETHER_STAT_FCS_ERRORS || \351 (_ether_stat) == ETHER_STAT_FIRST_COLLISIONS || \352 (_ether_stat) == ETHER_STAT_MULTI_COLLISIONS || \353 (_ether_stat) == ETHER_STAT_SQE_ERRORS || \354 (_ether_stat) == ETHER_STAT_DEFER_XMTS || \355 (_ether_stat) == ETHER_STAT_TX_LATE_COLLISIONS || \356 (_ether_stat) == ETHER_STAT_EX_COLLISIONS || \357 (_ether_stat) == ETHER_STAT_MACXMT_ERRORS || \[all …]