Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c614 int ocelot_fdb_add(struct ocelot *ocelot, int port, in ocelot_fdb_add() function
639 EXPORT_SYMBOL(ocelot_fdb_add);
H A Docelot_net.c523 return ocelot_fdb_add(ocelot, port, addr, vid); in ocelot_port_fdb_add()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h747 int ocelot_fdb_add(struct ocelot *ocelot, int port,
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c57 return ocelot_fdb_add(ocelot, port, addr, vid); in felix_fdb_add()