Searched refs:mv88e6xxx_g1_stats_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | global1.h | 292 void mv88e6xxx_g1_stats_read(struct mv88e6xxx_chip *chip, int stat, u32 *val);
|
H A D | global1.c | 544 void mv88e6xxx_g1_stats_read(struct mv88e6xxx_chip *chip, int stat, u32 *val) in mv88e6xxx_g1_stats_read() function
|
H A D | chip.c | 895 mv88e6xxx_g1_stats_read(chip, reg, &low); in _mv88e6xxx_get_ethtool_stat() 897 mv88e6xxx_g1_stats_read(chip, reg + 1, &high); in _mv88e6xxx_get_ethtool_stat()
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | global1.h | 296 void mv88e6xxx_g1_stats_read(struct mv88e6xxx_chip *chip, int stat, u32 *val);
|
H A D | global1.c | 541 void mv88e6xxx_g1_stats_read(struct mv88e6xxx_chip *chip, int stat, u32 *val) in mv88e6xxx_g1_stats_read() function
|
H A D | chip.c | 1044 mv88e6xxx_g1_stats_read(chip, reg, &low); in _mv88e6xxx_get_ethtool_stat() 1046 mv88e6xxx_g1_stats_read(chip, reg + 1, &high); in _mv88e6xxx_get_ethtool_stat()
|
Completed in 17 milliseconds