Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_net.c1063 ocelot_port_vlan_filtering(ocelot, port, attr->u.vlan_filtering, in ocelot_port_attr_set()
1283 return ocelot_port_vlan_filtering(ocelot, port, in ocelot_switchdev_sync()
1292 err = ocelot_port_vlan_filtering(ocelot, port, false, NULL); in ocelot_switchdev_unsync()
Docelot.c554 int ocelot_port_vlan_filtering(struct ocelot *ocelot, int port, in ocelot_port_vlan_filtering() function
602 EXPORT_SYMBOL(ocelot_port_vlan_filtering);
/Linux-v6.1/include/soc/mscc/
Docelot.h1168 int ocelot_port_vlan_filtering(struct ocelot *ocelot, int port, bool enabled,
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.c1012 return ocelot_port_vlan_filtering(ocelot, port, enabled, extack); in felix_vlan_filtering()