Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1077 int ocelot_port_mdb_add(struct ocelot *ocelot, int port,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1881 int ocelot_port_mdb_add(struct ocelot *ocelot, int port, in ocelot_port_mdb_add() function
1936 EXPORT_SYMBOL(ocelot_port_mdb_add);
H A Docelot_net.c1108 return ocelot_port_mdb_add(ocelot, port, mdb, ocelot_port->bridge); in ocelot_port_obj_add_mdb()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c868 return ocelot_port_mdb_add(ocelot, port, mdb, bridge_dev); in felix_mdb_add()