Searched refs:stats_get_strings (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 973 if (chip->info->ops->stats_get_strings) in mv88e6xxx_get_strings() 974 count = chip->info->ops->stats_get_strings(chip, data); in mv88e6xxx_get_strings() 3248 .stats_get_strings = mv88e6095_stats_get_strings, 3282 .stats_get_strings = mv88e6095_stats_get_strings, 3318 .stats_get_strings = mv88e6095_stats_get_strings, 3352 .stats_get_strings = mv88e6095_stats_get_strings, 3391 .stats_get_strings = mv88e6095_stats_get_strings, 3435 .stats_get_strings = mv88e6320_stats_get_strings, 3490 .stats_get_strings = mv88e6095_stats_get_strings, 3525 .stats_get_strings = mv88e6095_stats_get_strings, [all …]
|
| H A D | chip.h | 492 int (*stats_get_strings)(struct mv88e6xxx_chip *chip, uint8_t *data); member
|