Home
last modified time | relevance | path

Searched refs:TX_STAT (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c686 #define TX_STAT(s) \ in get_mac_stats() macro
689 TX_STAT(etherStatsOctets); in get_mac_stats()
690 TX_STAT(etherStatsPkts); in get_mac_stats()
691 TX_STAT(VLANTransmittedOK); in get_mac_stats()
692 TX_STAT(ifOutUcastPkts); in get_mac_stats()
693 TX_STAT(ifOutMulticastPkts); in get_mac_stats()
694 TX_STAT(ifOutBroadcastPkts); in get_mac_stats()
695 TX_STAT(ifOutErrors); in get_mac_stats()
743 #undef TX_STAT in get_mac_stats()
841 #define TX_STAT(fp, s) \ macro
[all …]