Searched refs:XGMAC_MMC_STAT (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-ethtool.c | 130 #define XGMAC_MMC_STAT(_string, _var) \ macro 143 XGMAC_MMC_STAT("tx_bytes", txoctetcount_gb), 144 XGMAC_MMC_STAT("tx_packets", txframecount_gb), 148 XGMAC_MMC_STAT("tx_vlan_packets", txvlanframes_g), 158 XGMAC_MMC_STAT("tx_pause_frames", txpauseframes), 160 XGMAC_MMC_STAT("rx_bytes", rxoctetcount_gb), 161 XGMAC_MMC_STAT("rx_packets", rxframecount_gb), 165 XGMAC_MMC_STAT("rx_vlan_packets", rxvlanframes_gb), 175 XGMAC_MMC_STAT("rx_crc_errors", rxcrcerror), 178 XGMAC_MMC_STAT("rx_length_errors", rxlengtherror), [all …]
|