Searched refs:ocelot_fdb_add (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 1050 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr,
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1330 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 D | ocelot_net.c | 741 return ocelot_fdb_add(ocelot, port, addr, vid, ocelot_port->bridge); in ocelot_port_fdb_add()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 803 return ocelot_fdb_add(ocelot, port, addr, vid, bridge_dev); in felix_fdb_add()
|