Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1057 int ocelot_lag_fdb_del(struct ocelot *ocelot, struct net_device *bond,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c2421 int ocelot_lag_fdb_del(struct ocelot *ocelot, struct net_device *bond, in ocelot_lag_fdb_del() function
2449 EXPORT_SYMBOL_GPL(ocelot_lag_fdb_del);
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c850 return ocelot_lag_fdb_del(ocelot, lag.dev, addr, vid, bridge_dev); in felix_lag_fdb_del()