Home
last modified time | relevance | path

Searched refs:ocelot_fdb_del (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/soc/mscc/
H A Docelot.h1052 int ocelot_fdb_del(struct ocelot *ocelot, int port, const unsigned char *addr,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1340 int ocelot_fdb_del(struct ocelot *ocelot, int port, const unsigned char *addr, in ocelot_fdb_del() function
1348 EXPORT_SYMBOL(ocelot_fdb_del);
H A Docelot_net.c754 return ocelot_fdb_del(ocelot, port, addr, vid, ocelot_port->bridge); in ocelot_port_fdb_del()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c824 return ocelot_fdb_del(ocelot, port, addr, vid, bridge_dev); in felix_fdb_del()