Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 993 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 994 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 3568 .stats_get_strings = mv88e6095_stats_get_strings, 3604 .stats_get_strings = mv88e6095_stats_get_strings, 3644 .stats_get_strings = mv88e6095_stats_get_strings, 3686 .stats_get_strings = mv88e6095_stats_get_strings, 3727 .stats_get_strings = mv88e6095_stats_get_strings, 3774 .stats_get_strings = mv88e6320_stats_get_strings, 3831 .stats_get_strings = mv88e6095_stats_get_strings, 3867 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
D | chip.h | 534 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|