Home
last modified time | relevance | path

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

/linux/include/soc/mscc/ !
H A Docelot.h1061 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr,
/linux/drivers/net/ethernet/mscc/ !
H A Docelot.c1502 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr, in ocelot_fdb_add() function
1510 EXPORT_SYMBOL(ocelot_fdb_add);
H A Docelot_net.c778 return ocelot_fdb_add(ocelot, port, addr, vid, ocelot_port->bridge); in ocelot_port_fdb_add()
/linux/drivers/net/dsa/ocelot/ !
H A Dfelix.c890 return ocelot_fdb_add(ocelot, port, addr, vid, bridge_dev); in felix_fdb_add()