|
@@ -78,6 +78,9 @@ void mv88e6xxx_get_strings(struct dsa_switch *ds,
|
|
void mv88e6xxx_get_ethtool_stats(struct dsa_switch *ds,
|
|
void mv88e6xxx_get_ethtool_stats(struct dsa_switch *ds,
|
|
int nr_stats, struct mv88e6xxx_hw_stat *stats,
|
|
int nr_stats, struct mv88e6xxx_hw_stat *stats,
|
|
int port, uint64_t *data);
|
|
int port, uint64_t *data);
|
|
|
|
+int mv88e6xxx_get_regs_len(struct dsa_switch *ds, int port);
|
|
|
|
+void mv88e6xxx_get_regs(struct dsa_switch *ds, int port,
|
|
|
|
+ struct ethtool_regs *regs, void *_p);
|
|
|
|
|
|
extern struct dsa_switch_driver mv88e6131_switch_driver;
|
|
extern struct dsa_switch_driver mv88e6131_switch_driver;
|
|
extern struct dsa_switch_driver mv88e6123_61_65_switch_driver;
|
|
extern struct dsa_switch_driver mv88e6123_61_65_switch_driver;
|