Searched refs:OCELOT_STAT_ETHTOOL (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/include/soc/mscc/ |
D | ocelot.h | 709 #define OCELOT_STAT_ETHTOOL(kind, ethtool_name) \ macro 713 OCELOT_STAT_ETHTOOL(RX_OCTETS, "rx_octets"), \ 714 OCELOT_STAT_ETHTOOL(RX_UNICAST, "rx_unicast"), \ 715 OCELOT_STAT_ETHTOOL(RX_MULTICAST, "rx_multicast"), \ 716 OCELOT_STAT_ETHTOOL(RX_BROADCAST, "rx_broadcast"), \ 717 OCELOT_STAT_ETHTOOL(RX_SHORTS, "rx_shorts"), \ 718 OCELOT_STAT_ETHTOOL(RX_FRAGMENTS, "rx_fragments"), \ 719 OCELOT_STAT_ETHTOOL(RX_JABBERS, "rx_jabbers"), \ 720 OCELOT_STAT_ETHTOOL(RX_CRC_ALIGN_ERRS, "rx_crc_align_errs"), \ 721 OCELOT_STAT_ETHTOOL(RX_SYM_ERRS, "rx_sym_errs"), \ [all …]
|