Searched refs:OCELOT_STAT_ETHTOOL (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A 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"), \ 168 OCELOT_STAT_ETHTOOL(RX_SHORTS, "rx_shorts"), \ 180 OCELOT_STAT_ETHTOOL(RX_PAUSE, "rx_pause"), \ 182 OCELOT_STAT_ETHTOOL(RX_LONGS, "rx_longs"), \ 208 OCELOT_STAT_ETHTOOL(TX_OCTETS, "tx_octets"), \ 213 OCELOT_STAT_ETHTOOL(TX_DROPS, "tx_drops"), \ 214 OCELOT_STAT_ETHTOOL(TX_PAUSE, "tx_pause"), \ 238 OCELOT_STAT_ETHTOOL(TX_AGED, "tx_aged"), \ [all …]
|
Completed in 6 milliseconds