Lines Matching refs:XLGMAC_STAT

30 #define XLGMAC_STAT(str, var)					\  macro
38 XLGMAC_STAT("tx_bytes", txoctetcount_gb),
39 XLGMAC_STAT("tx_bytes_good", txoctetcount_g),
40 XLGMAC_STAT("tx_packets", txframecount_gb),
41 XLGMAC_STAT("tx_packets_good", txframecount_g),
42 XLGMAC_STAT("tx_unicast_packets", txunicastframes_gb),
43 XLGMAC_STAT("tx_broadcast_packets", txbroadcastframes_gb),
44 XLGMAC_STAT("tx_broadcast_packets_good", txbroadcastframes_g),
45 XLGMAC_STAT("tx_multicast_packets", txmulticastframes_gb),
46 XLGMAC_STAT("tx_multicast_packets_good", txmulticastframes_g),
47 XLGMAC_STAT("tx_vlan_packets_good", txvlanframes_g),
48 XLGMAC_STAT("tx_64_byte_packets", tx64octets_gb),
49 XLGMAC_STAT("tx_65_to_127_byte_packets", tx65to127octets_gb),
50 XLGMAC_STAT("tx_128_to_255_byte_packets", tx128to255octets_gb),
51 XLGMAC_STAT("tx_256_to_511_byte_packets", tx256to511octets_gb),
52 XLGMAC_STAT("tx_512_to_1023_byte_packets", tx512to1023octets_gb),
53 XLGMAC_STAT("tx_1024_to_max_byte_packets", tx1024tomaxoctets_gb),
54 XLGMAC_STAT("tx_underflow_errors", txunderflowerror),
55 XLGMAC_STAT("tx_pause_frames", txpauseframes),
58 XLGMAC_STAT("rx_bytes", rxoctetcount_gb),
59 XLGMAC_STAT("rx_bytes_good", rxoctetcount_g),
60 XLGMAC_STAT("rx_packets", rxframecount_gb),
61 XLGMAC_STAT("rx_unicast_packets_good", rxunicastframes_g),
62 XLGMAC_STAT("rx_broadcast_packets_good", rxbroadcastframes_g),
63 XLGMAC_STAT("rx_multicast_packets_good", rxmulticastframes_g),
64 XLGMAC_STAT("rx_vlan_packets", rxvlanframes_gb),
65 XLGMAC_STAT("rx_64_byte_packets", rx64octets_gb),
66 XLGMAC_STAT("rx_65_to_127_byte_packets", rx65to127octets_gb),
67 XLGMAC_STAT("rx_128_to_255_byte_packets", rx128to255octets_gb),
68 XLGMAC_STAT("rx_256_to_511_byte_packets", rx256to511octets_gb),
69 XLGMAC_STAT("rx_512_to_1023_byte_packets", rx512to1023octets_gb),
70 XLGMAC_STAT("rx_1024_to_max_byte_packets", rx1024tomaxoctets_gb),
71 XLGMAC_STAT("rx_undersize_packets_good", rxundersize_g),
72 XLGMAC_STAT("rx_oversize_packets_good", rxoversize_g),
73 XLGMAC_STAT("rx_crc_errors", rxcrcerror),
74 XLGMAC_STAT("rx_crc_errors_small_packets", rxrunterror),
75 XLGMAC_STAT("rx_crc_errors_giant_packets", rxjabbererror),
76 XLGMAC_STAT("rx_length_errors", rxlengtherror),
77 XLGMAC_STAT("rx_out_of_range_errors", rxoutofrangetype),
78 XLGMAC_STAT("rx_fifo_overflow_errors", rxfifooverflow),
79 XLGMAC_STAT("rx_watchdog_errors", rxwatchdogerror),
80 XLGMAC_STAT("rx_pause_frames", rxpauseframes),
83 XLGMAC_STAT("tx_tso_packets", tx_tso_packets),
84 XLGMAC_STAT("rx_split_header_packets", rx_split_header_packets),
85 XLGMAC_STAT("tx_process_stopped", tx_process_stopped),
86 XLGMAC_STAT("rx_process_stopped", rx_process_stopped),
87 XLGMAC_STAT("tx_buffer_unavailable", tx_buffer_unavailable),
88 XLGMAC_STAT("rx_buffer_unavailable", rx_buffer_unavailable),
89 XLGMAC_STAT("fatal_bus_error", fatal_bus_error),
90 XLGMAC_STAT("tx_vlan_packets", tx_vlan_packets),
91 XLGMAC_STAT("rx_vlan_packets", rx_vlan_packets),
92 XLGMAC_STAT("napi_poll_isr", napi_poll_isr),
93 XLGMAC_STAT("napi_poll_txtimer", napi_poll_txtimer),