Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 1222 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 1223 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 4199 .stats_get_strings = mv88e6095_stats_get_strings, 4237 .stats_get_strings = mv88e6095_stats_get_strings, 4278 .stats_get_strings = mv88e6095_stats_get_strings, 4320 .stats_get_strings = mv88e6095_stats_get_strings, 4363 .stats_get_strings = mv88e6095_stats_get_strings, 4412 .stats_get_strings = mv88e6320_stats_get_strings, 4469 .stats_get_strings = mv88e6095_stats_get_strings, 4507 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
D | chip.h | 595 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|