Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 1158 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 1159 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 4093 .stats_get_strings = mv88e6095_stats_get_strings, 4131 .stats_get_strings = mv88e6095_stats_get_strings, 4172 .stats_get_strings = mv88e6095_stats_get_strings, 4216 .stats_get_strings = mv88e6095_stats_get_strings, 4259 .stats_get_strings = mv88e6095_stats_get_strings, 4306 .stats_get_strings = mv88e6320_stats_get_strings, 4365 .stats_get_strings = mv88e6095_stats_get_strings, 4403 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
D | chip.h | 557 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|