Lines Matching refs:ICSSG_STATS

80 #define ICSSG_STATS(field, stats_type)			\  macro
95 ICSSG_STATS(rx_packets, true),
96 ICSSG_STATS(rx_broadcast_frames, false),
97 ICSSG_STATS(rx_multicast_frames, true),
98 ICSSG_STATS(rx_crc_errors, true),
99 ICSSG_STATS(rx_mii_error_frames, false),
100 ICSSG_STATS(rx_odd_nibble_frames, false),
101 ICSSG_STATS(rx_frame_max_size, true),
102 ICSSG_STATS(rx_max_size_error_frames, false),
103 ICSSG_STATS(rx_frame_min_size, true),
104 ICSSG_STATS(rx_min_size_error_frames, false),
105 ICSSG_STATS(rx_over_errors, true),
106 ICSSG_STATS(rx_class0_hits, false),
107 ICSSG_STATS(rx_class1_hits, false),
108 ICSSG_STATS(rx_class2_hits, false),
109 ICSSG_STATS(rx_class3_hits, false),
110 ICSSG_STATS(rx_class4_hits, false),
111 ICSSG_STATS(rx_class5_hits, false),
112 ICSSG_STATS(rx_class6_hits, false),
113 ICSSG_STATS(rx_class7_hits, false),
114 ICSSG_STATS(rx_class8_hits, false),
115 ICSSG_STATS(rx_class9_hits, false),
116 ICSSG_STATS(rx_class10_hits, false),
117 ICSSG_STATS(rx_class11_hits, false),
118 ICSSG_STATS(rx_class12_hits, false),
119 ICSSG_STATS(rx_class13_hits, false),
120 ICSSG_STATS(rx_class14_hits, false),
121 ICSSG_STATS(rx_class15_hits, false),
122 ICSSG_STATS(rx_smd_frags, false),
123 ICSSG_STATS(rx_bucket1_size, true),
124 ICSSG_STATS(rx_bucket2_size, true),
125 ICSSG_STATS(rx_bucket3_size, true),
126 ICSSG_STATS(rx_bucket4_size, true),
127 ICSSG_STATS(rx_64B_frames, true),
128 ICSSG_STATS(rx_bucket1_frames, true),
129 ICSSG_STATS(rx_bucket2_frames, true),
130 ICSSG_STATS(rx_bucket3_frames, true),
131 ICSSG_STATS(rx_bucket4_frames, true),
132 ICSSG_STATS(rx_bucket5_frames, true),
133 ICSSG_STATS(rx_bytes, true),
134 ICSSG_STATS(rx_tx_total_bytes, false),
136 ICSSG_STATS(tx_packets, true),
137 ICSSG_STATS(tx_broadcast_frames, false),
138 ICSSG_STATS(tx_multicast_frames, false),
139 ICSSG_STATS(tx_odd_nibble_frames, false),
140 ICSSG_STATS(tx_underflow_errors, false),
141 ICSSG_STATS(tx_frame_max_size, true),
142 ICSSG_STATS(tx_max_size_error_frames, false),
143 ICSSG_STATS(tx_frame_min_size, true),
144 ICSSG_STATS(tx_min_size_error_frames, false),
145 ICSSG_STATS(tx_bucket1_size, true),
146 ICSSG_STATS(tx_bucket2_size, true),
147 ICSSG_STATS(tx_bucket3_size, true),
148 ICSSG_STATS(tx_bucket4_size, true),
149 ICSSG_STATS(tx_64B_frames, true),
150 ICSSG_STATS(tx_bucket1_frames, true),
151 ICSSG_STATS(tx_bucket2_frames, true),
152 ICSSG_STATS(tx_bucket3_frames, true),
153 ICSSG_STATS(tx_bucket4_frames, true),
154 ICSSG_STATS(tx_bucket5_frames, true),
155 ICSSG_STATS(tx_bytes, true),