Searched refs:port_vlan_del (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/dsa/ |
| D | switch.c | 285 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()
|
| D | slave.c | 1413 if (ds->ops->port_vlan_add && ds->ops->port_vlan_del) in dsa_slave_create()
|
| /Linux-v5.4/drivers/net/dsa/ |
| D | dsa_loop.c | 274 .port_vlan_del = dsa_loop_port_vlan_del,
|
| D | rtl8366rb.c | 1429 .port_vlan_del = rtl8366_vlan_del,
|
| D | bcm_sf2.c | 969 .port_vlan_del = b53_vlan_del,
|
| D | mt7530.c | 1608 .port_vlan_del = mt7530_port_vlan_del,
|
| D | lantiq_gswip.c | 1607 .port_vlan_del = gswip_port_vlan_del,
|
| /Linux-v5.4/include/net/ |
| D | dsa.h | 481 int (*port_vlan_del)(struct dsa_switch *ds, int port, member
|
| /Linux-v5.4/drivers/net/dsa/microchip/ |
| D | ksz8795.c | 1126 .port_vlan_del = ksz8795_port_vlan_del,
|
| D | ksz9477.c | 1414 .port_vlan_del = ksz9477_port_vlan_del,
|
| /Linux-v5.4/drivers/net/dsa/sja1105/ |
| D | sja1105_main.c | 2099 .port_vlan_del = sja1105_vlan_del,
|
| /Linux-v5.4/drivers/net/dsa/b53/ |
| D | b53_common.c | 1991 .port_vlan_del = b53_vlan_del,
|
| /Linux-v5.4/Documentation/networking/dsa/ |
| D | dsa.rst | 519 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
|
| /Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
| D | chip.c | 4964 .port_vlan_del = mv88e6xxx_port_vlan_del,
|