Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 1110 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 1111 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 3975 .stats_get_strings = mv88e6095_stats_get_strings, 4013 .stats_get_strings = mv88e6095_stats_get_strings, 4054 .stats_get_strings = mv88e6095_stats_get_strings, 4096 .stats_get_strings = mv88e6095_stats_get_strings, 4139 .stats_get_strings = mv88e6095_stats_get_strings, 4188 .stats_get_strings = mv88e6320_stats_get_strings, 4243 .stats_get_strings = mv88e6095_stats_get_strings, 4281 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
D | chip.h | 576 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|