Home
last modified time | relevance | path

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

/Linux-v5.4/net/dsa/
Dswitch.c285 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
289 return ds->ops->port_vlan_del(ds, info->port, info->vlan); in dsa_switch_vlan_del()
Dslave.c1413 if (ds->ops->port_vlan_add && ds->ops->port_vlan_del) in dsa_slave_create()
/Linux-v5.4/drivers/net/dsa/
Ddsa_loop.c274 .port_vlan_del = dsa_loop_port_vlan_del,
Drtl8366rb.c1429 .port_vlan_del = rtl8366_vlan_del,
Dbcm_sf2.c969 .port_vlan_del = b53_vlan_del,
Dmt7530.c1608 .port_vlan_del = mt7530_port_vlan_del,
Dlantiq_gswip.c1607 .port_vlan_del = gswip_port_vlan_del,
/Linux-v5.4/include/net/
Ddsa.h481 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/Linux-v5.4/drivers/net/dsa/microchip/
Dksz8795.c1126 .port_vlan_del = ksz8795_port_vlan_del,
Dksz9477.c1414 .port_vlan_del = ksz9477_port_vlan_del,
/Linux-v5.4/drivers/net/dsa/sja1105/
Dsja1105_main.c2099 .port_vlan_del = sja1105_vlan_del,
/Linux-v5.4/drivers/net/dsa/b53/
Db53_common.c1991 .port_vlan_del = b53_vlan_del,
/Linux-v5.4/Documentation/networking/dsa/
Ddsa.rst519 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/
Dchip.c4964 .port_vlan_del = mv88e6xxx_port_vlan_del,