Home
last modified time | relevance | path

Searched refs:new_pvid (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/dsa/b53/
H A Db53_common.c1614 u16 old_pvid, new_pvid; in b53_vlan_add() local
1626 new_pvid = vlan->vid; in b53_vlan_add()
1628 new_pvid = b53_default_pvid(dev); in b53_vlan_add()
1630 new_pvid = old_pvid; in b53_vlan_add()
1631 dev->ports[port].pvid = new_pvid; in b53_vlan_add()
1650 if (!dsa_is_cpu_port(ds, port) && new_pvid != old_pvid) { in b53_vlan_add()
1652 new_pvid); in b53_vlan_add()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz8.c1467 u16 data, new_pvid = 0; in ksz8_port_vlan_add() local
1517 new_pvid = vlan->vid; in ksz8_port_vlan_add()
1519 if (new_pvid) { in ksz8_port_vlan_add()
1524 vid |= new_pvid; in ksz8_port_vlan_add()
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c8780 u16 new_pvid; in mlxsw_sp_router_bridge_vlan_add() local
8796 new_pvid = new_vid; in mlxsw_sp_router_bridge_vlan_add()
8798 new_pvid = 0; in mlxsw_sp_router_bridge_vlan_add()
8802 if (old_pvid == new_pvid) in mlxsw_sp_router_bridge_vlan_add()
8805 if (new_pvid) { in mlxsw_sp_router_bridge_vlan_add()
8808 .vid = new_pvid, in mlxsw_sp_router_bridge_vlan_add()
8814 mlxsw_sp_rif_destroy_vlan_upper(mlxsw_sp, br_dev, new_pvid); in mlxsw_sp_router_bridge_vlan_add()
8839 new_pvid, in mlxsw_sp_router_bridge_vlan_add()