Searched refs:ocelot_port_vlan_filtering (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 1053 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 D | ocelot.c | 591 int ocelot_port_vlan_filtering(struct ocelot *ocelot, int port, in ocelot_port_vlan_filtering() function 639 EXPORT_SYMBOL(ocelot_port_vlan_filtering);
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 1031 int ocelot_port_vlan_filtering(struct ocelot *ocelot, int port, bool enabled,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1014 return ocelot_port_vlan_filtering(ocelot, port, enabled, extack); in felix_vlan_filtering()
|