Home
last modified time | relevance | path

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

/linux-5.19.10/include/soc/mscc/
Docelot.h1005 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond,
/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot.c2847 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_add() function
2881 EXPORT_SYMBOL_GPL(ocelot_lag_fdb_add);
/linux-5.19.10/drivers/net/dsa/ocelot/
Dfelix.c751 return ocelot_lag_fdb_add(ocelot, lag.dev, addr, vid, bridge_dev); in felix_lag_fdb_add()