Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1050 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1330 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr, in ocelot_fdb_add() function
1338 EXPORT_SYMBOL(ocelot_fdb_add);
H A Docelot_net.c741 return ocelot_fdb_add(ocelot, port, addr, vid, ocelot_port->bridge); in ocelot_port_fdb_add()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c803 return ocelot_fdb_add(ocelot, port, addr, vid, bridge_dev); in felix_fdb_add()