|
@@ -481,7 +481,7 @@ int mv88e6xxx_port_fdb_add(struct dsa_switch *ds, int port,
|
|
|
const struct switchdev_obj_port_fdb *fdb,
|
|
const struct switchdev_obj_port_fdb *fdb,
|
|
|
struct switchdev_trans *trans);
|
|
struct switchdev_trans *trans);
|
|
|
int mv88e6xxx_port_fdb_del(struct dsa_switch *ds, int port,
|
|
int mv88e6xxx_port_fdb_del(struct dsa_switch *ds, int port,
|
|
|
- const unsigned char *addr, u16 vid);
|
|
|
|
|
|
|
+ const struct switchdev_obj_port_fdb *fdb);
|
|
|
int mv88e6xxx_port_fdb_getnext(struct dsa_switch *ds, int port,
|
|
int mv88e6xxx_port_fdb_getnext(struct dsa_switch *ds, int port,
|
|
|
unsigned char *addr, u16 *vid, bool *is_static);
|
|
unsigned char *addr, u16 *vid, bool *is_static);
|
|
|
int mv88e6xxx_phy_page_read(struct dsa_switch *ds, int port, int page, int reg);
|
|
int mv88e6xxx_phy_page_read(struct dsa_switch *ds, int port, int page, int reg);
|