Home
last modified time | relevance | path

Searched refs:mv88e6xxx_hw_stats (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/dsa/
Dmv88e6xxx.c618 static struct mv88e6xxx_hw_stat mv88e6xxx_hw_stats[] = { variable
748 _mv88e6xxx_get_strings(ds, ARRAY_SIZE(mv88e6xxx_hw_stats), in mv88e6xxx_get_strings()
749 mv88e6xxx_hw_stats, port, data); in mv88e6xxx_get_strings()
751 _mv88e6xxx_get_strings(ds, ARRAY_SIZE(mv88e6xxx_hw_stats) - 3, in mv88e6xxx_get_strings()
752 mv88e6xxx_hw_stats, port, data); in mv88e6xxx_get_strings()
758 return ARRAY_SIZE(mv88e6xxx_hw_stats); in mv88e6xxx_get_sset_count()
759 return ARRAY_SIZE(mv88e6xxx_hw_stats) - 3; in mv88e6xxx_get_sset_count()
768 ds, ARRAY_SIZE(mv88e6xxx_hw_stats), in mv88e6xxx_get_ethtool_stats()
769 mv88e6xxx_hw_stats, port, data); in mv88e6xxx_get_ethtool_stats()
772 ds, ARRAY_SIZE(mv88e6xxx_hw_stats) - 3, in mv88e6xxx_get_ethtool_stats()
[all …]