Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c739 int ocelot_fdb_dump(struct ocelot *ocelot, int port, in ocelot_fdb_dump() function
770 EXPORT_SYMBOL(ocelot_fdb_dump);
H A Docelot_net.c553 ret = ocelot_fdb_dump(ocelot, port, ocelot_port_fdb_do_dump, &dump); in ocelot_port_fdb_dump()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h745 int ocelot_fdb_dump(struct ocelot *ocelot, int port,
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c49 return ocelot_fdb_dump(ocelot, port, cb, data); in felix_fdb_dump()