Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 1182 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 1183 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 4060 .stats_get_strings = mv88e6095_stats_get_strings, 4098 .stats_get_strings = mv88e6095_stats_get_strings, 4139 .stats_get_strings = mv88e6095_stats_get_strings, 4181 .stats_get_strings = mv88e6095_stats_get_strings, 4224 .stats_get_strings = mv88e6095_stats_get_strings, 4273 .stats_get_strings = mv88e6320_stats_get_strings, 4330 .stats_get_strings = mv88e6095_stats_get_strings, 4368 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
H A D | chip.h | 584 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|