Searched refs:port_vlan_add (Results 1 – 17 of 17) sorted by relevance
/linux/net/dsa/ |
A D | switch.c | 583 if (!ds->ops->port_vlan_add) in dsa_switch_vlan_add() 588 err = ds->ops->port_vlan_add(ds, dp->index, info->vlan, in dsa_switch_vlan_add()
|
/linux/drivers/net/dsa/ |
A D | dsa_loop.c | 292 .port_vlan_add = dsa_loop_port_vlan_add,
|
A D | bcm_sf2_cfp.c | 894 ret = ds->ops->port_vlan_add(ds, port_num, &vlan, NULL); in bcm_sf2_cfp_rule_insert() 942 !(ds->ops->port_vlan_add || ds->ops->port_vlan_del)) in bcm_sf2_cfp_rule_set()
|
A D | lantiq_gswip.c | 1824 .port_vlan_add = gswip_port_vlan_add, 1848 .port_vlan_add = gswip_port_vlan_add,
|
A D | rtl8366rb.c | 1777 .port_vlan_add = rtl8366_vlan_add,
|
A D | bcm_sf2.c | 1204 .port_vlan_add = b53_vlan_add,
|
A D | qca8k.c | 2018 .port_vlan_add = qca8k_port_vlan_add,
|
A D | mt7530.c | 3130 .port_vlan_add = mt7530_port_vlan_add,
|
/linux/include/net/ |
A D | dsa.h | 778 int (*port_vlan_add)(struct dsa_switch *ds, int port, member
|
/linux/drivers/net/dsa/microchip/ |
A D | ksz9477.c | 1356 .port_vlan_add = ksz9477_port_vlan_add,
|
A D | ksz8795.c | 1531 .port_vlan_add = ksz8_port_vlan_add,
|
/linux/drivers/net/dsa/hirschmann/ |
A D | hellcreek.c | 1775 .port_vlan_add = hellcreek_vlan_add,
|
/linux/drivers/net/dsa/ocelot/ |
A D | felix.c | 1664 .port_vlan_add = felix_vlan_add,
|
/linux/drivers/net/dsa/b53/ |
A D | b53_common.c | 2278 .port_vlan_add = b53_vlan_add,
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 3211 .port_vlan_add = sja1105_bridge_vlan_add,
|
/linux/Documentation/networking/dsa/ |
A D | dsa.rst | 682 - ``port_vlan_add``: bridge layer function invoked when a VLAN is configured
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 6270 .port_vlan_add = mv88e6xxx_port_vlan_add,
|
Completed in 72 milliseconds