Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1048 int ocelot_fdb_dump(struct ocelot *ocelot, int port,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1435 int ocelot_fdb_dump(struct ocelot *ocelot, int port, in ocelot_fdb_dump() function
1479 EXPORT_SYMBOL(ocelot_fdb_dump);
H A Docelot_net.c816 ret = ocelot_fdb_dump(ocelot, port, ocelot_port_fdb_do_dump, &dump); in ocelot_port_fdb_dump()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c782 return ocelot_fdb_dump(ocelot, port, cb, data); in felix_fdb_dump()