Home
last modified time | relevance | path

Searched refs:old_pvid (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx.c1123 u16 old_pvid = p->pvid; in mxl862xx_port_vlan_add() local
1178 p->pvid = old_pvid; in mxl862xx_port_vlan_add()
1185 p->pvid = old_pvid; in mxl862xx_port_vlan_add()
1198 u16 old_pvid; in mxl862xx_port_vlan_del() local
1208 old_pvid = p->pvid; in mxl862xx_port_vlan_del()
1246 p->pvid = old_pvid; in mxl862xx_port_vlan_del()
1253 p->pvid = old_pvid; in mxl862xx_port_vlan_del()
/linux/drivers/net/dsa/b53/
H A Db53_common.c1723 u16 old_pvid, new_pvid; in b53_vlan_add() local
1733 old_pvid = dev->ports[port].pvid; in b53_vlan_add()
1736 else if (!pvid && vlan->vid == old_pvid) in b53_vlan_add()
1739 new_pvid = old_pvid; in b53_vlan_add()
1759 if (!dsa_is_cpu_port(ds, port) && new_pvid != old_pvid) { in b53_vlan_add()
1762 b53_fast_age_vlan(dev, old_pvid); in b53_vlan_add()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c1407 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 Dspectrum_router.c8777 u16 old_pvid = 0; in mlxsw_sp_router_bridge_vlan_add() local
8790 old_pvid = mlxsw_sp_fid_8021q_vid(old_rif->fid); in mlxsw_sp_router_bridge_vlan_add()
8795 else if (old_pvid == new_vid) in mlxsw_sp_router_bridge_vlan_add()
8800 if (old_pvid == new_pvid) in mlxsw_sp_router_bridge_vlan_add()
8822 if (old_pvid) in mlxsw_sp_router_bridge_vlan_add()
8829 if (old_pvid) { in mlxsw_sp_router_bridge_vlan_add()
8832 old_pvid); in mlxsw_sp_router_bridge_vlan_add()
H A Dspectrum_switchdev.c1520 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()