Home
last modified time | relevance | path

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

/linux/include/soc/mscc/
H A Docelot.h1066 int ocelot_vlan_del(struct ocelot *ocelot, int port, u16 vid);
/linux/drivers/net/ethernet/mscc/
H A Docelot.c861 int ocelot_vlan_del(struct ocelot *ocelot, int port, u16 vid) in ocelot_vlan_del() function
889 EXPORT_SYMBOL(ocelot_vlan_del);
H A Docelot_net.c526 ret = ocelot_vlan_del(ocelot, port, vid); in ocelot_vlan_vid_del()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1142 return ocelot_vlan_del(ocelot, port, vlan->vid); in felix_vlan_del()