Home
last modified time | relevance | path

Searched refs:port_vlan_del (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.15/net/dsa/
Dswitch.c566 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
570 return ds->ops->port_vlan_del(ds, info->port, info->vlan); in dsa_switch_vlan_del()
/Linux-v5.15/drivers/net/dsa/
Ddsa_loop.c293 .port_vlan_del = dsa_loop_port_vlan_del,
Dlantiq_gswip.c1810 .port_vlan_del = gswip_port_vlan_del,
1834 .port_vlan_del = gswip_port_vlan_del,
Drtl8366rb.c1515 .port_vlan_del = rtl8366_vlan_del,
Dbcm_sf2_cfp.c942 !(ds->ops->port_vlan_add || ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
Dbcm_sf2.c1205 .port_vlan_del = b53_vlan_del,
Dqca8k.c1788 .port_vlan_del = qca8k_port_vlan_del,
Dmt7530.c3131 .port_vlan_del = mt7530_port_vlan_del,
/Linux-v5.15/include/net/
Ddsa.h743 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/Linux-v5.15/drivers/net/dsa/microchip/
Dksz9477.c1407 .port_vlan_del = ksz9477_port_vlan_del,
Dksz8795.c1576 .port_vlan_del = ksz8_port_vlan_del,
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c1663 .port_vlan_del = felix_vlan_del,
/Linux-v5.15/drivers/net/dsa/hirschmann/
Dhellcreek.c1778 .port_vlan_del = hellcreek_vlan_del,
/Linux-v5.15/drivers/net/dsa/b53/
Db53_common.c2266 .port_vlan_del = b53_vlan_del,
/Linux-v5.15/drivers/net/dsa/sja1105/
Dsja1105_main.c3147 .port_vlan_del = sja1105_bridge_vlan_del,
/Linux-v5.15/Documentation/networking/dsa/
Ddsa.rst687 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dchip.c6256 .port_vlan_del = mv88e6xxx_port_vlan_del,