Searched refs:OCELOT_STAT_ETHTOOL (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mscc/ |
D | ocelot_stats.c | 160 #define OCELOT_STAT_ETHTOOL(kind, ethtool_name) \ macro 164 OCELOT_STAT_ETHTOOL(RX_OCTETS, "rx_octets"), \ 165 OCELOT_STAT_ETHTOOL(RX_UNICAST, "rx_unicast"), \ 166 OCELOT_STAT_ETHTOOL(RX_MULTICAST, "rx_multicast"), \ 167 OCELOT_STAT_ETHTOOL(RX_BROADCAST, "rx_broadcast"), \ 168 OCELOT_STAT_ETHTOOL(RX_SHORTS, "rx_shorts"), \ 169 OCELOT_STAT_ETHTOOL(RX_FRAGMENTS, "rx_fragments"), \ 170 OCELOT_STAT_ETHTOOL(RX_JABBERS, "rx_jabbers"), \ 171 OCELOT_STAT_ETHTOOL(RX_CRC_ALIGN_ERRS, "rx_crc_align_errs"), \ 172 OCELOT_STAT_ETHTOOL(RX_SYM_ERRS, "rx_sym_errs"), \ [all …]
|