Searched refs:ocelot_fdb_add (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 614 int ocelot_fdb_add(struct ocelot *ocelot, int port, in ocelot_fdb_add() function 639 EXPORT_SYMBOL(ocelot_fdb_add); variable
|
H A D | ocelot_net.c | 523 return ocelot_fdb_add(ocelot, port, addr, vid); in ocelot_port_fdb_add()
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 747 int ocelot_fdb_add(struct ocelot *ocelot, int port,
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 57 return ocelot_fdb_add(ocelot, port, addr, vid); in felix_fdb_add()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1255 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr, in ocelot_fdb_add() function 1263 EXPORT_SYMBOL(ocelot_fdb_add); variable
|
H A D | ocelot_net.c | 741 return ocelot_fdb_add(ocelot, port, addr, vid, ocelot_port->bridge); in ocelot_port_fdb_add()
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 1042 int ocelot_fdb_add(struct ocelot *ocelot, int port, const unsigned char *addr,
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 801 return ocelot_fdb_add(ocelot, port, addr, vid, bridge_dev); in felix_fdb_add()
|
Completed in 20 milliseconds