Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 1215 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 1216 chip->info->ops->stats_get_strings(chip, &data); in mv88e6xxx_get_strings() 4222 .stats_get_strings = mv88e6095_stats_get_strings, 4260 .stats_get_strings = mv88e6095_stats_get_strings, 4301 .stats_get_strings = mv88e6095_stats_get_strings, 4343 .stats_get_strings = mv88e6095_stats_get_strings, 4386 .stats_get_strings = mv88e6095_stats_get_strings, 4435 .stats_get_strings = mv88e6320_stats_get_strings, 4492 .stats_get_strings = mv88e6095_stats_get_strings, 4530 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
| H A D | chip.h | 608 void (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t **data); member
|