port_vlan_del    2033 drivers/net/dsa/b53/b53_common.c 	.port_vlan_del		= b53_vlan_del,
port_vlan_del     970 drivers/net/dsa/bcm_sf2.c 	.port_vlan_del		= b53_vlan_del,
port_vlan_del     274 drivers/net/dsa/dsa_loop.c 	.port_vlan_del		= dsa_loop_port_vlan_del,
port_vlan_del    1607 drivers/net/dsa/lantiq_gswip.c 	.port_vlan_del		= gswip_port_vlan_del,
port_vlan_del    1126 drivers/net/dsa/microchip/ksz8795.c 	.port_vlan_del		= ksz8795_port_vlan_del,
port_vlan_del    1414 drivers/net/dsa/microchip/ksz9477.c 	.port_vlan_del		= ksz9477_port_vlan_del,
port_vlan_del    1532 drivers/net/dsa/mt7530.c 	.port_vlan_del		= mt7530_port_vlan_del,
port_vlan_del    4964 drivers/net/dsa/mv88e6xxx/chip.c 	.port_vlan_del		= mv88e6xxx_port_vlan_del,
port_vlan_del    1429 drivers/net/dsa/rtl8366rb.c 	.port_vlan_del = rtl8366_vlan_del,
port_vlan_del    2103 drivers/net/dsa/sja1105/sja1105_main.c 	.port_vlan_del		= sja1105_vlan_del,
port_vlan_del     481 include/net/dsa.h 	int	(*port_vlan_del)(struct dsa_switch *ds, int port,
port_vlan_del    1409 net/dsa/slave.c 	if (ds->ops->port_vlan_add && ds->ops->port_vlan_del)
port_vlan_del     285 net/dsa/switch.c 	if (!ds->ops->port_vlan_del)
port_vlan_del     289 net/dsa/switch.c 		return ds->ops->port_vlan_del(ds, info->port, info->vlan);