Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/dsa/
Dmv88e6xxx.c514 static struct mv88e6xxx_hw_stat mv88e6xxx_hw_stats[] = { variable
635 _mv88e6xxx_get_strings(ds, ARRAY_SIZE(mv88e6xxx_hw_stats), in mv88e6xxx_get_strings()
636 mv88e6xxx_hw_stats, port, data); in mv88e6xxx_get_strings()
638 _mv88e6xxx_get_strings(ds, ARRAY_SIZE(mv88e6xxx_hw_stats) - 3, in mv88e6xxx_get_strings()
639 mv88e6xxx_hw_stats, port, data); in mv88e6xxx_get_strings()
645 return ARRAY_SIZE(mv88e6xxx_hw_stats); in mv88e6xxx_get_sset_count()
646 return ARRAY_SIZE(mv88e6xxx_hw_stats) - 3; in mv88e6xxx_get_sset_count()
655 ds, ARRAY_SIZE(mv88e6xxx_hw_stats), in mv88e6xxx_get_ethtool_stats()
656 mv88e6xxx_hw_stats, port, data); in mv88e6xxx_get_ethtool_stats()
659 ds, ARRAY_SIZE(mv88e6xxx_hw_stats) - 3, in mv88e6xxx_get_ethtool_stats()
[all …]