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.c1125 u16 old_pvid = p->pvid; in mxl862xx_port_vlan_add()
1180 p->pvid = old_pvid; in mxl862xx_port_vlan_add()
1187 p->pvid = old_pvid; in mxl862xx_port_vlan_add()
1200 u16 old_pvid; in mxl862xx_port_vlan_del()
1210 old_pvid = p->pvid; in mxl862xx_port_vlan_del()
1248 p->pvid = old_pvid; in mxl862xx_port_vlan_del()
1255 p->pvid = old_pvid; in mxl862xx_port_vlan_del()
1123 u16 old_pvid = p->pvid; mxl862xx_port_vlan_add() local
1198 u16 old_pvid; mxl862xx_port_vlan_del() local
/linux/drivers/net/dsa/b53/
H A Db53_common.c1724 u16 old_pvid, new_pvid; in b53_vlan_add()
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()
1723 u16 old_pvid, new_pvid; b53_vlan_add() local
/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.c8778 u16 old_pvid = 0; in mlxsw_sp_router_bridge_vlan_add()
8791 old_pvid = mlxsw_sp_fid_8021q_vid(old_rif->fid); in mlxsw_sp_router_bridge_vlan_add()
8796 else if (old_pvid == new_vid) in mlxsw_sp_router_bridge_vlan_add()
8801 if (old_pvid == new_pvid) in mlxsw_sp_router_bridge_vlan_add()
8823 if (old_pvid) in mlxsw_sp_router_bridge_vlan_add()
8830 if (old_pvid) { in mlxsw_sp_router_bridge_vlan_add()
8833 old_pvid); in mlxsw_sp_router_bridge_vlan_add()
8777 u16 old_pvid = 0; mlxsw_sp_router_bridge_vlan_add() local
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()