Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c1053 ocelot_port_vlan_filtering(ocelot, port, attr->u.vlan_filtering, in ocelot_port_attr_set()
1273 return ocelot_port_vlan_filtering(ocelot, port, in ocelot_switchdev_sync()
1282 err = ocelot_port_vlan_filtering(ocelot, port, false, NULL); in ocelot_switchdev_unsync()
H A Docelot.c591 int ocelot_port_vlan_filtering(struct ocelot *ocelot, int port, in ocelot_port_vlan_filtering() function
639 EXPORT_SYMBOL(ocelot_port_vlan_filtering);
/linux/include/soc/mscc/
H A Docelot.h1021 int ocelot_port_vlan_filtering(struct ocelot *ocelot, int port, bool enabled,
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1012 return ocelot_port_vlan_filtering(ocelot, port, enabled, extack); in felix_vlan_filtering()