Home
last modified time | relevance | path

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

/Linux-v5.10/net/dsa/
Dswitch.c294 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
298 return ds->ops->port_vlan_del(ds, info->port, info->vlan); in dsa_switch_vlan_del()
Dslave.c1781 if (ds->ops->port_vlan_add && ds->ops->port_vlan_del) in dsa_slave_create()
/Linux-v5.10/drivers/net/dsa/
Ddsa_loop.c312 .port_vlan_del = dsa_loop_port_vlan_del,
Drtl8366rb.c1509 .port_vlan_del = rtl8366_vlan_del,
Dbcm_sf2_cfp.c946 ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
Dqca8k.c1398 .port_vlan_del = qca8k_port_vlan_del,
Dbcm_sf2.c1118 .port_vlan_del = b53_vlan_del,
Dlantiq_gswip.c1628 .port_vlan_del = gswip_port_vlan_del,
Dmt7530.c2531 .port_vlan_del = mt7530_port_vlan_del,
/Linux-v5.10/include/net/
Ddsa.h561 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix.c791 .port_vlan_del = felix_vlan_del,
/Linux-v5.10/drivers/net/dsa/microchip/
Dksz8795.c1122 .port_vlan_del = ksz8795_port_vlan_del,
Dksz9477.c1406 .port_vlan_del = ksz9477_port_vlan_del,
/Linux-v5.10/Documentation/networking/dsa/
Ddsa.rst519 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
/Linux-v5.10/drivers/net/dsa/b53/
Db53_common.c2212 .port_vlan_del = b53_vlan_del,
/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_main.c3304 .port_vlan_del = sja1105_vlan_del,
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c5366 .port_vlan_del = mv88e6xxx_port_vlan_del,