Home
last modified time | relevance | path

Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1215 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings()
1216 chip->info->ops->stats_get_strings(chip, &data); in mv88e6xxx_get_strings()
4238 .stats_get_strings = mv88e6095_stats_get_strings,
4276 .stats_get_strings = mv88e6095_stats_get_strings,
4317 .stats_get_strings = mv88e6095_stats_get_strings,
4359 .stats_get_strings = mv88e6095_stats_get_strings,
4402 .stats_get_strings = mv88e6095_stats_get_strings,
4451 .stats_get_strings = mv88e6320_stats_get_strings,
4508 .stats_get_strings = mv88e6095_stats_get_strings,
4546 .stats_get_strings = mv88e6095_stats_get_strings,
[all …]
H A Dchip.h610 void (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t **data); member