Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c960 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings()
961 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings()
3226 .stats_get_strings = mv88e6095_stats_get_strings,
3260 .stats_get_strings = mv88e6095_stats_get_strings,
3295 .stats_get_strings = mv88e6095_stats_get_strings,
3329 .stats_get_strings = mv88e6095_stats_get_strings,
3368 .stats_get_strings = mv88e6095_stats_get_strings,
3412 .stats_get_strings = mv88e6320_stats_get_strings,
3460 .stats_get_strings = mv88e6095_stats_get_strings,
3494 .stats_get_strings = mv88e6095_stats_get_strings,
[all …]
Dchip.h491 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member