Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c2205 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_add() function
2239 EXPORT_SYMBOL_GPL(ocelot_lag_fdb_add);
/linux-6.1.9/include/soc/mscc/
Docelot.h1193 int ocelot_lag_fdb_add(struct ocelot *ocelot, struct net_device *bond,
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c835 return ocelot_lag_fdb_add(ocelot, lag.dev, addr, vid, bridge_dev); in felix_lag_fdb_add()