Searched refs:port_vlan_del (Results 1 – 17 of 17) sorted by relevance
/linux/net/dsa/ |
A D | switch.c | 601 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del() 605 return ds->ops->port_vlan_del(ds, info->port, info->vlan); in dsa_switch_vlan_del()
|
/linux/drivers/net/dsa/ |
A D | dsa_loop.c | 293 .port_vlan_del = dsa_loop_port_vlan_del,
|
A D | lantiq_gswip.c | 1825 .port_vlan_del = gswip_port_vlan_del, 1849 .port_vlan_del = gswip_port_vlan_del,
|
A D | bcm_sf2_cfp.c | 942 !(ds->ops->port_vlan_add || ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
|
A D | rtl8366rb.c | 1778 .port_vlan_del = rtl8366_vlan_del,
|
A D | bcm_sf2.c | 1205 .port_vlan_del = b53_vlan_del,
|
A D | qca8k.c | 2019 .port_vlan_del = qca8k_port_vlan_del,
|
A D | mt7530.c | 3131 .port_vlan_del = mt7530_port_vlan_del,
|
/linux/include/net/ |
A D | dsa.h | 781 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
|
/linux/drivers/net/dsa/microchip/ |
A D | ksz9477.c | 1357 .port_vlan_del = ksz9477_port_vlan_del,
|
A D | ksz8795.c | 1532 .port_vlan_del = ksz8_port_vlan_del,
|
/linux/drivers/net/dsa/hirschmann/ |
A D | hellcreek.c | 1776 .port_vlan_del = hellcreek_vlan_del,
|
/linux/drivers/net/dsa/ocelot/ |
A D | felix.c | 1665 .port_vlan_del = felix_vlan_del,
|
/linux/drivers/net/dsa/b53/ |
A D | b53_common.c | 2279 .port_vlan_del = b53_vlan_del,
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 3212 .port_vlan_del = sja1105_bridge_vlan_del,
|
/linux/Documentation/networking/dsa/ |
A D | dsa.rst | 687 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 6271 .port_vlan_del = mv88e6xxx_port_vlan_del,
|
Completed in 75 milliseconds