Home
last modified time | relevance | path

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

/Linux-v6.1/net/dsa/
Dswitch.c705 return ds->ops->port_vlan_del(ds, port, vlan); in dsa_port_do_vlan_del()
718 err = ds->ops->port_vlan_del(ds, port, vlan); in dsa_port_do_vlan_del()
760 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
801 if (!ds->ops->port_vlan_del) in dsa_switch_host_vlan_del()
/Linux-v6.1/drivers/net/dsa/
Ddsa_loop.c295 .port_vlan_del = dsa_loop_port_vlan_del,
Dlantiq_gswip.c1831 .port_vlan_del = gswip_port_vlan_del,
1857 .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()
Dbcm_sf2.c1225 .port_vlan_del = b53_vlan_del,
Dmt7530.c3171 .port_vlan_del = mt7530_port_vlan_del,
/Linux-v6.1/drivers/net/dsa/realtek/
Drtl8366rb.c1808 .port_vlan_del = rtl8366_vlan_del,
1833 .port_vlan_del = rtl8366_vlan_del,
/Linux-v6.1/include/net/
Ddsa.h1033 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/Linux-v6.1/drivers/net/dsa/qca/
Dqca8k-8xxx.c1893 .port_vlan_del = qca8k_port_vlan_del,
/Linux-v6.1/drivers/net/dsa/hirschmann/
Dhellcreek.c1931 .port_vlan_del = hellcreek_vlan_del,
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.c2076 .port_vlan_del = felix_vlan_del,
/Linux-v6.1/drivers/net/dsa/microchip/
Dksz_common.c2822 .port_vlan_del = ksz_port_vlan_del,
/Linux-v6.1/drivers/net/dsa/b53/
Db53_common.c2263 .port_vlan_del = b53_vlan_del,
/Linux-v6.1/drivers/net/dsa/sja1105/
Dsja1105_main.c3171 .port_vlan_del = sja1105_bridge_vlan_del,
/Linux-v6.1/Documentation/networking/dsa/
Ddsa.rst994 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dchip.c6918 .port_vlan_del = mv88e6xxx_port_vlan_del,