Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1090 int ocelot_port_mdb_del(struct ocelot *ocelot, int port,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c2013 int ocelot_port_mdb_del(struct ocelot *ocelot, int port, in ocelot_port_mdb_del() function
2056 EXPORT_SYMBOL(ocelot_port_mdb_del);
H A Docelot_net.c1119 return ocelot_port_mdb_del(ocelot, port, mdb, ocelot_port->bridge); in ocelot_port_obj_del_mdb()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c890 return ocelot_port_mdb_del(ocelot, port, mdb, bridge_dev); in felix_mdb_del()