Home
last modified time | relevance | path

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

/linux-6.12.1/net/dsa/
Dswitch.c755 err = ds->ops->port_vlan_del(ds, port, vlan); in dsa_port_do_vlan_del()
775 err = ds->ops->port_vlan_del(ds, port, vlan); in dsa_port_do_vlan_del()
818 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
859 if (!ds->ops->port_vlan_del) in dsa_switch_host_vlan_del()
/linux-6.12.1/drivers/net/dsa/
Ddsa_loop.c303 .port_vlan_del = dsa_loop_port_vlan_del,
Dlantiq_gswip.c1839 .port_vlan_del = gswip_port_vlan_del,
1862 .port_vlan_del = gswip_port_vlan_del,
Dbcm_sf2_cfp.c942 !(ds->ops->port_vlan_add || ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
Drzn1_a5psw.c1035 .port_vlan_del = a5psw_port_vlan_del,
Dbcm_sf2.c1245 .port_vlan_del = b53_vlan_del,
Dvitesse-vsc73xx-core.c2241 .port_vlan_del = vsc73xx_port_vlan_del,
Dmt7530.c3189 .port_vlan_del = mt7530_port_vlan_del,
/linux-6.12.1/include/net/
Ddsa.h1065 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/linux-6.12.1/drivers/net/dsa/realtek/
Drtl8366rb.c2056 .port_vlan_del = rtl8366_vlan_del,
/linux-6.12.1/drivers/net/dsa/hirschmann/
Dhellcreek.c1929 .port_vlan_del = hellcreek_vlan_del,
/linux-6.12.1/drivers/net/dsa/qca/
Dqca8k-8xxx.c2040 .port_vlan_del = qca8k_port_vlan_del,
/linux-6.12.1/drivers/net/dsa/ocelot/
Dfelix.c2267 .port_vlan_del = felix_vlan_del,
/linux-6.12.1/drivers/net/dsa/b53/
Db53_common.c2312 .port_vlan_del = b53_vlan_del,
/linux-6.12.1/drivers/net/dsa/sja1105/
Dsja1105_main.c3234 .port_vlan_del = sja1105_bridge_vlan_del,
/linux-6.12.1/drivers/net/dsa/microchip/
Dksz_common.c4358 .port_vlan_del = ksz_port_vlan_del,
/linux-6.12.1/Documentation/networking/dsa/
Ddsa.rst998 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dchip.c7094 .port_vlan_del = mv88e6xxx_port_vlan_del,