Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 839 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 840 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 3005 .stats_get_strings = mv88e6095_stats_get_strings, 3040 .stats_get_strings = mv88e6095_stats_get_strings, 3077 .stats_get_strings = mv88e6095_stats_get_strings, 3112 .stats_get_strings = mv88e6095_stats_get_strings, 3150 .stats_get_strings = mv88e6095_stats_get_strings, 3196 .stats_get_strings = mv88e6320_stats_get_strings, 3241 .stats_get_strings = mv88e6095_stats_get_strings, 3275 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
D | chip.h | 463 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|