Searched refs:ocelot_fdb_del (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 641 int ocelot_fdb_del(struct ocelot *ocelot, int port, in ocelot_fdb_del() function 646 EXPORT_SYMBOL(ocelot_fdb_del); variable
|
H A D | ocelot_net.c | 534 return ocelot_fdb_del(ocelot, port, addr, vid); in ocelot_port_fdb_del()
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 749 int ocelot_fdb_del(struct ocelot *ocelot, int port,
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 65 return ocelot_fdb_del(ocelot, port, addr, vid); in felix_fdb_del()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1265 int ocelot_fdb_del(struct ocelot *ocelot, int port, const unsigned char *addr, in ocelot_fdb_del() function 1273 EXPORT_SYMBOL(ocelot_fdb_del); variable
|
H A D | ocelot_net.c | 754 return ocelot_fdb_del(ocelot, port, addr, vid, ocelot_port->bridge); in ocelot_port_fdb_del()
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 1044 int ocelot_fdb_del(struct ocelot *ocelot, int port, const unsigned char *addr,
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 822 return ocelot_fdb_del(ocelot, port, addr, vid, bridge_dev); in felix_fdb_del()
|
Completed in 24 milliseconds