Searched refs:old_pvid (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_vlan.c | 1110 u16 old_pvid; in __br_vlan_set_default_pvid() local 1122 old_pvid = br->default_pvid; in __br_vlan_set_default_pvid() 1129 if ((!old_pvid || vlan_default_pvid(vg, old_pvid)) && in __br_vlan_set_default_pvid() 1139 if (!br_vlan_delete(br, old_pvid)) in __br_vlan_set_default_pvid() 1140 br_vlan_notify(br, NULL, old_pvid, 0, RTM_DELVLAN); in __br_vlan_set_default_pvid() 1150 if ((old_pvid && in __br_vlan_set_default_pvid() 1151 !vlan_default_pvid(vg, old_pvid)) || in __br_vlan_set_default_pvid() 1161 if (!nbp_vlan_delete(p, old_pvid)) in __br_vlan_set_default_pvid() 1162 br_vlan_notify(br, p, old_pvid, 0, RTM_DELVLAN); in __br_vlan_set_default_pvid() 1178 if (old_pvid) { in __br_vlan_set_default_pvid() [all …]
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 1724 u16 old_pvid, new_pvid; in b53_vlan_add() local 1734 old_pvid = dev->ports[port].pvid; in b53_vlan_add() 1737 else if (!pvid && vlan->vid == old_pvid) in b53_vlan_add() 1740 new_pvid = old_pvid; in b53_vlan_add() 1760 if (!dsa_is_cpu_port(ds, port) && new_pvid != old_pvid) { in b53_vlan_add() 1763 b53_fast_age_vlan(dev, old_pvid); in b53_vlan_add()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_switchdev.c | 1407 u16 old_pvid = port->pvid; in prestera_bridge_port_vlan_add() local 1441 prestera_port_pvid_set(port, old_pvid); in prestera_bridge_port_vlan_add()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_switchdev.c | 1520 u16 old_pvid = mlxsw_sp_port->pvid; in mlxsw_sp_bridge_port_vlan_add() local 1558 mlxsw_sp_port_pvid_set(mlxsw_sp_port, old_pvid, proto); in mlxsw_sp_bridge_port_vlan_add()
|