Searched refs:XGMAC_MMC_STAT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 130 #define XGMAC_MMC_STAT(_string, _var) \ macro 137 XGMAC_MMC_STAT("tx_bytes", txoctetcount_gb), 138 XGMAC_MMC_STAT("tx_packets", txframecount_gb), 139 XGMAC_MMC_STAT("tx_unicast_packets", txunicastframes_gb), 140 XGMAC_MMC_STAT("tx_broadcast_packets", txbroadcastframes_gb), 141 XGMAC_MMC_STAT("tx_multicast_packets", txmulticastframes_gb), 142 XGMAC_MMC_STAT("tx_vlan_packets", txvlanframes_g), 143 XGMAC_MMC_STAT("tx_64_byte_packets", tx64octets_gb), 144 XGMAC_MMC_STAT("tx_65_to_127_byte_packets", tx65to127octets_gb), 145 XGMAC_MMC_STAT("tx_128_to_255_byte_packets", tx128to255octets_gb), [all …]
|