Lines Matching refs:XGMAC_MMC_STAT

175 #define XGMAC_MMC_STAT(_string, _var)			   \  macro
187 XGMAC_MMC_STAT("tx_bytes", txoctetcount_gb),
188 XGMAC_MMC_STAT("tx_packets", txframecount_gb),
189 XGMAC_MMC_STAT("tx_unicast_packets", txunicastframes_gb),
190 XGMAC_MMC_STAT("tx_broadcast_packets", txbroadcastframes_gb),
191 XGMAC_MMC_STAT("tx_multicast_packets", txmulticastframes_gb),
192 XGMAC_MMC_STAT("tx_vlan_packets", txvlanframes_g),
195 XGMAC_MMC_STAT("tx_64_byte_packets", tx64octets_gb),
196 XGMAC_MMC_STAT("tx_65_to_127_byte_packets", tx65to127octets_gb),
197 XGMAC_MMC_STAT("tx_128_to_255_byte_packets", tx128to255octets_gb),
198 XGMAC_MMC_STAT("tx_256_to_511_byte_packets", tx256to511octets_gb),
199 XGMAC_MMC_STAT("tx_512_to_1023_byte_packets", tx512to1023octets_gb),
200 XGMAC_MMC_STAT("tx_1024_to_max_byte_packets", tx1024tomaxoctets_gb),
201 XGMAC_MMC_STAT("tx_underflow_errors", txunderflowerror),
202 XGMAC_MMC_STAT("tx_pause_frames", txpauseframes),
204 XGMAC_MMC_STAT("rx_bytes", rxoctetcount_gb),
205 XGMAC_MMC_STAT("rx_packets", rxframecount_gb),
206 XGMAC_MMC_STAT("rx_unicast_packets", rxunicastframes_g),
207 XGMAC_MMC_STAT("rx_broadcast_packets", rxbroadcastframes_g),
208 XGMAC_MMC_STAT("rx_multicast_packets", rxmulticastframes_g),
209 XGMAC_MMC_STAT("rx_vlan_packets", rxvlanframes_gb),
211 XGMAC_MMC_STAT("rx_64_byte_packets", rx64octets_gb),
212 XGMAC_MMC_STAT("rx_65_to_127_byte_packets", rx65to127octets_gb),
213 XGMAC_MMC_STAT("rx_128_to_255_byte_packets", rx128to255octets_gb),
214 XGMAC_MMC_STAT("rx_256_to_511_byte_packets", rx256to511octets_gb),
215 XGMAC_MMC_STAT("rx_512_to_1023_byte_packets", rx512to1023octets_gb),
216 XGMAC_MMC_STAT("rx_1024_to_max_byte_packets", rx1024tomaxoctets_gb),
217 XGMAC_MMC_STAT("rx_undersize_packets", rxundersize_g),
218 XGMAC_MMC_STAT("rx_oversize_packets", rxoversize_g),
219 XGMAC_MMC_STAT("rx_crc_errors", rxcrcerror),
220 XGMAC_MMC_STAT("rx_crc_errors_small_packets", rxrunterror),
221 XGMAC_MMC_STAT("rx_crc_errors_giant_packets", rxjabbererror),
222 XGMAC_MMC_STAT("rx_length_errors", rxlengtherror),
223 XGMAC_MMC_STAT("rx_out_of_range_errors", rxoutofrangetype),
224 XGMAC_MMC_STAT("rx_fifo_overflow_errors", rxfifooverflow),
225 XGMAC_MMC_STAT("rx_watchdog_errors", rxwatchdogerror),
228 XGMAC_MMC_STAT("rx_pause_frames", rxpauseframes),