Home
last modified time | relevance | path

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

/Linux-v4.19/net/dsa/
Dswitch.c229 if (!ds->ops->port_vlan_del) in dsa_switch_vlan_del()
233 return ds->ops->port_vlan_del(ds, info->port, vlan); in dsa_switch_vlan_del()
/Linux-v4.19/drivers/net/dsa/
Ddsa_loop.c278 .port_vlan_del = dsa_loop_port_vlan_del,
Drtl8366rb.c1426 .port_vlan_del = rtl8366_vlan_del,
Dbcm_sf2.c923 .port_vlan_del = b53_vlan_del,
Dmt7530.c1330 .port_vlan_del = mt7530_port_vlan_del,
/Linux-v4.19/include/net/
Ddsa.h465 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
/Linux-v4.19/drivers/net/dsa/microchip/
Dksz_common.c1074 .port_vlan_del = ksz_port_vlan_del,
/Linux-v4.19/drivers/net/dsa/b53/
Db53_common.c1724 .port_vlan_del = b53_vlan_del,
/Linux-v4.19/Documentation/networking/dsa/
Ddsa.txt529 - port_vlan_del: bridge layer function invoked when a VLAN is removed from the
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.c4562 .port_vlan_del = mv88e6xxx_port_vlan_del,