Searched refs:port_vlan_del (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/net/dsa/ |
D | switch.c | 755 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/ |
D | dsa_loop.c | 303 .port_vlan_del = dsa_loop_port_vlan_del,
|
D | lantiq_gswip.c | 1839 .port_vlan_del = gswip_port_vlan_del, 1862 .port_vlan_del = gswip_port_vlan_del,
|
D | bcm_sf2_cfp.c | 942 !(ds->ops->port_vlan_add || ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
|
D | rzn1_a5psw.c | 1035 .port_vlan_del = a5psw_port_vlan_del,
|
D | bcm_sf2.c | 1245 .port_vlan_del = b53_vlan_del,
|
D | vitesse-vsc73xx-core.c | 2241 .port_vlan_del = vsc73xx_port_vlan_del,
|
D | mt7530.c | 3189 .port_vlan_del = mt7530_port_vlan_del,
|
/linux-6.12.1/include/net/ |
D | dsa.h | 1065 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
|
/linux-6.12.1/drivers/net/dsa/realtek/ |
D | rtl8366rb.c | 2056 .port_vlan_del = rtl8366_vlan_del,
|
/linux-6.12.1/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 1929 .port_vlan_del = hellcreek_vlan_del,
|
/linux-6.12.1/drivers/net/dsa/qca/ |
D | qca8k-8xxx.c | 2040 .port_vlan_del = qca8k_port_vlan_del,
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | felix.c | 2267 .port_vlan_del = felix_vlan_del,
|
/linux-6.12.1/drivers/net/dsa/b53/ |
D | b53_common.c | 2312 .port_vlan_del = b53_vlan_del,
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3234 .port_vlan_del = sja1105_bridge_vlan_del,
|
/linux-6.12.1/drivers/net/dsa/microchip/ |
D | ksz_common.c | 4358 .port_vlan_del = ksz_port_vlan_del,
|
/linux-6.12.1/Documentation/networking/dsa/ |
D | dsa.rst | 998 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
|
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 7094 .port_vlan_del = mv88e6xxx_port_vlan_del,
|