Lines Matching refs:pvid
988 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in b53_vlan_add() local
1009 if (pvid) { in b53_vlan_add()
1024 u16 pvid; in b53_vlan_del() local
1026 b53_read16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), &pvid); in b53_vlan_del()
1035 if (pvid == vid) { in b53_vlan_del()
1037 pvid = 1; in b53_vlan_del()
1039 pvid = 0; in b53_vlan_del()
1049 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), pvid); in b53_vlan_del()
1050 b53_fast_age_vlan(dev, pvid); in b53_vlan_del()
1331 u16 pvlan, reg, pvid; in b53_br_leave() local
1354 pvid = 1; in b53_br_leave()
1356 pvid = 0; in b53_br_leave()
1366 b53_get_vlan_entry(dev, pvid, vl); in b53_br_leave()
1369 b53_set_vlan_entry(dev, pvid, vl); in b53_br_leave()