Lines Matching refs:XGMAC_MMC_STAT

130 #define XGMAC_MMC_STAT(_string, _var)				\
143 XGMAC_MMC_STAT("tx_bytes", txoctetcount_gb),
144 XGMAC_MMC_STAT("tx_packets", txframecount_gb),
145 XGMAC_MMC_STAT("tx_unicast_packets", txunicastframes_gb),
146 XGMAC_MMC_STAT("tx_broadcast_packets", txbroadcastframes_gb),
147 XGMAC_MMC_STAT("tx_multicast_packets", txmulticastframes_gb),
148 XGMAC_MMC_STAT("tx_vlan_packets", txvlanframes_g),
151 XGMAC_MMC_STAT("tx_64_byte_packets", tx64octets_gb),
152 XGMAC_MMC_STAT("tx_65_to_127_byte_packets", tx65to127octets_gb),
153 XGMAC_MMC_STAT("tx_128_to_255_byte_packets", tx128to255octets_gb),
154 XGMAC_MMC_STAT("tx_256_to_511_byte_packets", tx256to511octets_gb),
155 XGMAC_MMC_STAT("tx_512_to_1023_byte_packets", tx512to1023octets_gb),
156 XGMAC_MMC_STAT("tx_1024_to_max_byte_packets", tx1024tomaxoctets_gb),
157 XGMAC_MMC_STAT("tx_underflow_errors", txunderflowerror),
158 XGMAC_MMC_STAT("tx_pause_frames", txpauseframes),
160 XGMAC_MMC_STAT("rx_bytes", rxoctetcount_gb),
161 XGMAC_MMC_STAT("rx_packets", rxframecount_gb),
162 XGMAC_MMC_STAT("rx_unicast_packets", rxunicastframes_g),
163 XGMAC_MMC_STAT("rx_broadcast_packets", rxbroadcastframes_g),
164 XGMAC_MMC_STAT("rx_multicast_packets", rxmulticastframes_g),
165 XGMAC_MMC_STAT("rx_vlan_packets", rxvlanframes_gb),
167 XGMAC_MMC_STAT("rx_64_byte_packets", rx64octets_gb),
168 XGMAC_MMC_STAT("rx_65_to_127_byte_packets", rx65to127octets_gb),
169 XGMAC_MMC_STAT("rx_128_to_255_byte_packets", rx128to255octets_gb),
170 XGMAC_MMC_STAT("rx_256_to_511_byte_packets", rx256to511octets_gb),
171 XGMAC_MMC_STAT("rx_512_to_1023_byte_packets", rx512to1023octets_gb),
172 XGMAC_MMC_STAT("rx_1024_to_max_byte_packets", rx1024tomaxoctets_gb),
173 XGMAC_MMC_STAT("rx_undersize_packets", rxundersize_g),
174 XGMAC_MMC_STAT("rx_oversize_packets", rxoversize_g),
175 XGMAC_MMC_STAT("rx_crc_errors", rxcrcerror),
176 XGMAC_MMC_STAT("rx_crc_errors_small_packets", rxrunterror),
177 XGMAC_MMC_STAT("rx_crc_errors_giant_packets", rxjabbererror),
178 XGMAC_MMC_STAT("rx_length_errors", rxlengtherror),
179 XGMAC_MMC_STAT("rx_out_of_range_errors", rxoutofrangetype),
180 XGMAC_MMC_STAT("rx_fifo_overflow_errors", rxfifooverflow),
181 XGMAC_MMC_STAT("rx_watchdog_errors", rxwatchdogerror),
184 XGMAC_MMC_STAT("rx_pause_frames", rxpauseframes),