Home
last modified time | relevance | path

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

/linux-6.15/include/soc/mscc/
H A Docelot.h1065 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond,
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot.c2557 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_add() function
2591 EXPORT_SYMBOL_GPL(ocelot_lag_fdb_add);
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c925 return ocelot_lag_fdb_add(ocelot, lag.dev, addr, vid, bridge_dev); in felix_lag_fdb_add()