Searched refs:ocelot_vlan_del (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 294 int ocelot_vlan_del(struct ocelot *ocelot, int port, u16 vid) in ocelot_vlan_del() function 315 EXPORT_SYMBOL(ocelot_vlan_del); variable
|
H A D | ocelot_net.c | 243 ret = ocelot_vlan_del(ocelot, port, vid); in ocelot_vlan_vid_del()
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 753 int ocelot_vlan_del(struct ocelot *ocelot, int port, u16 vid);
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 161 err = ocelot_vlan_del(ocelot, port, vid); in felix_vlan_del()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 698 int ocelot_vlan_del(struct ocelot *ocelot, int port, u16 vid) in ocelot_vlan_del() function 723 EXPORT_SYMBOL(ocelot_vlan_del); variable
|
H A D | ocelot_net.c | 526 ret = ocelot_vlan_del(ocelot, port, vid); in ocelot_vlan_vid_del()
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 1056 int ocelot_vlan_del(struct ocelot *ocelot, int port, u16 vid);
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1037 return ocelot_vlan_del(ocelot, port, vlan->vid); in felix_vlan_del()
|
Completed in 20 milliseconds