Symbol: OCELOT_STAT_ETHTOOL
drivers/net/ethernet/mscc/ocelot_stats.c
164
OCELOT_STAT_ETHTOOL(RX_OCTETS, "rx_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
165
OCELOT_STAT_ETHTOOL(RX_UNICAST, "rx_unicast"), \
drivers/net/ethernet/mscc/ocelot_stats.c
166
OCELOT_STAT_ETHTOOL(RX_MULTICAST, "rx_multicast"), \
drivers/net/ethernet/mscc/ocelot_stats.c
167
OCELOT_STAT_ETHTOOL(RX_BROADCAST, "rx_broadcast"), \
drivers/net/ethernet/mscc/ocelot_stats.c
168
OCELOT_STAT_ETHTOOL(RX_SHORTS, "rx_shorts"), \
drivers/net/ethernet/mscc/ocelot_stats.c
169
OCELOT_STAT_ETHTOOL(RX_FRAGMENTS, "rx_fragments"), \
drivers/net/ethernet/mscc/ocelot_stats.c
170
OCELOT_STAT_ETHTOOL(RX_JABBERS, "rx_jabbers"), \
drivers/net/ethernet/mscc/ocelot_stats.c
171
OCELOT_STAT_ETHTOOL(RX_CRC_ALIGN_ERRS, "rx_crc_align_errs"), \
drivers/net/ethernet/mscc/ocelot_stats.c
172
OCELOT_STAT_ETHTOOL(RX_SYM_ERRS, "rx_sym_errs"), \
drivers/net/ethernet/mscc/ocelot_stats.c
173
OCELOT_STAT_ETHTOOL(RX_64, "rx_frames_below_65_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
174
OCELOT_STAT_ETHTOOL(RX_65_127, "rx_frames_65_to_127_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
175
OCELOT_STAT_ETHTOOL(RX_128_255, "rx_frames_128_to_255_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
176
OCELOT_STAT_ETHTOOL(RX_256_511, "rx_frames_256_to_511_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
177
OCELOT_STAT_ETHTOOL(RX_512_1023, "rx_frames_512_to_1023_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
178
OCELOT_STAT_ETHTOOL(RX_1024_1526, "rx_frames_1024_to_1526_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
179
OCELOT_STAT_ETHTOOL(RX_1527_MAX, "rx_frames_over_1526_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
180
OCELOT_STAT_ETHTOOL(RX_PAUSE, "rx_pause"), \
drivers/net/ethernet/mscc/ocelot_stats.c
181
OCELOT_STAT_ETHTOOL(RX_CONTROL, "rx_control"), \
drivers/net/ethernet/mscc/ocelot_stats.c
182
OCELOT_STAT_ETHTOOL(RX_LONGS, "rx_longs"), \
drivers/net/ethernet/mscc/ocelot_stats.c
183
OCELOT_STAT_ETHTOOL(RX_CLASSIFIED_DROPS, "rx_classified_drops"), \
drivers/net/ethernet/mscc/ocelot_stats.c
184
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_0, "rx_red_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
185
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_1, "rx_red_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
186
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_2, "rx_red_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
187
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_3, "rx_red_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
188
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_4, "rx_red_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
189
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_5, "rx_red_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
190
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_6, "rx_red_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
191
OCELOT_STAT_ETHTOOL(RX_RED_PRIO_7, "rx_red_prio_7"), \
drivers/net/ethernet/mscc/ocelot_stats.c
192
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_0, "rx_yellow_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
193
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_1, "rx_yellow_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
194
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_2, "rx_yellow_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
195
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_3, "rx_yellow_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
196
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_4, "rx_yellow_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
197
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_5, "rx_yellow_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
198
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_6, "rx_yellow_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
199
OCELOT_STAT_ETHTOOL(RX_YELLOW_PRIO_7, "rx_yellow_prio_7"), \
drivers/net/ethernet/mscc/ocelot_stats.c
200
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_0, "rx_green_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
201
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_1, "rx_green_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
202
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_2, "rx_green_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
203
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_3, "rx_green_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
204
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_4, "rx_green_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
205
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_5, "rx_green_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
206
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_6, "rx_green_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
207
OCELOT_STAT_ETHTOOL(RX_GREEN_PRIO_7, "rx_green_prio_7"), \
drivers/net/ethernet/mscc/ocelot_stats.c
208
OCELOT_STAT_ETHTOOL(TX_OCTETS, "tx_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
209
OCELOT_STAT_ETHTOOL(TX_UNICAST, "tx_unicast"), \
drivers/net/ethernet/mscc/ocelot_stats.c
210
OCELOT_STAT_ETHTOOL(TX_MULTICAST, "tx_multicast"), \
drivers/net/ethernet/mscc/ocelot_stats.c
211
OCELOT_STAT_ETHTOOL(TX_BROADCAST, "tx_broadcast"), \
drivers/net/ethernet/mscc/ocelot_stats.c
212
OCELOT_STAT_ETHTOOL(TX_COLLISION, "tx_collision"), \
drivers/net/ethernet/mscc/ocelot_stats.c
213
OCELOT_STAT_ETHTOOL(TX_DROPS, "tx_drops"), \
drivers/net/ethernet/mscc/ocelot_stats.c
214
OCELOT_STAT_ETHTOOL(TX_PAUSE, "tx_pause"), \
drivers/net/ethernet/mscc/ocelot_stats.c
215
OCELOT_STAT_ETHTOOL(TX_64, "tx_frames_below_65_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
216
OCELOT_STAT_ETHTOOL(TX_65_127, "tx_frames_65_to_127_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
217
OCELOT_STAT_ETHTOOL(TX_128_255, "tx_frames_128_255_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
218
OCELOT_STAT_ETHTOOL(TX_256_511, "tx_frames_256_511_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
219
OCELOT_STAT_ETHTOOL(TX_512_1023, "tx_frames_512_1023_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
220
OCELOT_STAT_ETHTOOL(TX_1024_1526, "tx_frames_1024_1526_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
221
OCELOT_STAT_ETHTOOL(TX_1527_MAX, "tx_frames_over_1526_octets"), \
drivers/net/ethernet/mscc/ocelot_stats.c
222
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_0, "tx_yellow_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
223
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_1, "tx_yellow_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
224
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_2, "tx_yellow_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
225
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_3, "tx_yellow_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
226
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_4, "tx_yellow_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
227
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_5, "tx_yellow_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
228
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_6, "tx_yellow_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
229
OCELOT_STAT_ETHTOOL(TX_YELLOW_PRIO_7, "tx_yellow_prio_7"), \
drivers/net/ethernet/mscc/ocelot_stats.c
230
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_0, "tx_green_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
231
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_1, "tx_green_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
232
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_2, "tx_green_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
233
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_3, "tx_green_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
234
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_4, "tx_green_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
235
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_5, "tx_green_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
236
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_6, "tx_green_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
237
OCELOT_STAT_ETHTOOL(TX_GREEN_PRIO_7, "tx_green_prio_7"), \
drivers/net/ethernet/mscc/ocelot_stats.c
238
OCELOT_STAT_ETHTOOL(TX_AGED, "tx_aged"), \
drivers/net/ethernet/mscc/ocelot_stats.c
239
OCELOT_STAT_ETHTOOL(DROP_LOCAL, "drop_local"), \
drivers/net/ethernet/mscc/ocelot_stats.c
240
OCELOT_STAT_ETHTOOL(DROP_TAIL, "drop_tail"), \
drivers/net/ethernet/mscc/ocelot_stats.c
241
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_0, "drop_yellow_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
242
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_1, "drop_yellow_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
243
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_2, "drop_yellow_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
244
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_3, "drop_yellow_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
245
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_4, "drop_yellow_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
246
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_5, "drop_yellow_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
247
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_6, "drop_yellow_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
248
OCELOT_STAT_ETHTOOL(DROP_YELLOW_PRIO_7, "drop_yellow_prio_7"), \
drivers/net/ethernet/mscc/ocelot_stats.c
249
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_0, "drop_green_prio_0"), \
drivers/net/ethernet/mscc/ocelot_stats.c
250
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_1, "drop_green_prio_1"), \
drivers/net/ethernet/mscc/ocelot_stats.c
251
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_2, "drop_green_prio_2"), \
drivers/net/ethernet/mscc/ocelot_stats.c
252
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_3, "drop_green_prio_3"), \
drivers/net/ethernet/mscc/ocelot_stats.c
253
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_4, "drop_green_prio_4"), \
drivers/net/ethernet/mscc/ocelot_stats.c
254
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_5, "drop_green_prio_5"), \
drivers/net/ethernet/mscc/ocelot_stats.c
255
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_6, "drop_green_prio_6"), \
drivers/net/ethernet/mscc/ocelot_stats.c
256
OCELOT_STAT_ETHTOOL(DROP_GREEN_PRIO_7, "drop_green_prio_7")