Lines Matching refs:XGMAC_MMC_STAT
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),
146 XGMAC_MMC_STAT("tx_256_to_511_byte_packets", tx256to511octets_gb),
147 XGMAC_MMC_STAT("tx_512_to_1023_byte_packets", tx512to1023octets_gb),
148 XGMAC_MMC_STAT("tx_1024_to_max_byte_packets", tx1024tomaxoctets_gb),
149 XGMAC_MMC_STAT("tx_underflow_errors", txunderflowerror),
150 XGMAC_MMC_STAT("tx_pause_frames", txpauseframes),
152 XGMAC_MMC_STAT("rx_bytes", rxoctetcount_gb),
153 XGMAC_MMC_STAT("rx_packets", rxframecount_gb),
154 XGMAC_MMC_STAT("rx_unicast_packets", rxunicastframes_g),
155 XGMAC_MMC_STAT("rx_broadcast_packets", rxbroadcastframes_g),
156 XGMAC_MMC_STAT("rx_multicast_packets", rxmulticastframes_g),
157 XGMAC_MMC_STAT("rx_vlan_packets", rxvlanframes_gb),
158 XGMAC_MMC_STAT("rx_64_byte_packets", rx64octets_gb),
159 XGMAC_MMC_STAT("rx_65_to_127_byte_packets", rx65to127octets_gb),
160 XGMAC_MMC_STAT("rx_128_to_255_byte_packets", rx128to255octets_gb),
161 XGMAC_MMC_STAT("rx_256_to_511_byte_packets", rx256to511octets_gb),
162 XGMAC_MMC_STAT("rx_512_to_1023_byte_packets", rx512to1023octets_gb),
163 XGMAC_MMC_STAT("rx_1024_to_max_byte_packets", rx1024tomaxoctets_gb),
164 XGMAC_MMC_STAT("rx_undersize_packets", rxundersize_g),
165 XGMAC_MMC_STAT("rx_oversize_packets", rxoversize_g),
166 XGMAC_MMC_STAT("rx_crc_errors", rxcrcerror),
167 XGMAC_MMC_STAT("rx_crc_errors_small_packets", rxrunterror),
168 XGMAC_MMC_STAT("rx_crc_errors_giant_packets", rxjabbererror),
169 XGMAC_MMC_STAT("rx_length_errors", rxlengtherror),
170 XGMAC_MMC_STAT("rx_out_of_range_errors", rxoutofrangetype),
171 XGMAC_MMC_STAT("rx_fifo_overflow_errors", rxfifooverflow),
172 XGMAC_MMC_STAT("rx_watchdog_errors", rxwatchdogerror),
173 XGMAC_MMC_STAT("rx_pause_frames", rxpauseframes),