Lines Matching refs:pvid
1100 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in b53_vlan_add() local
1119 if (pvid) { in b53_vlan_add()
1134 u16 pvid; in b53_vlan_del() local
1136 b53_read16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), &pvid); in b53_vlan_del()
1145 if (pvid == vid) { in b53_vlan_del()
1147 pvid = 1; in b53_vlan_del()
1149 pvid = 0; in b53_vlan_del()
1159 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), pvid); in b53_vlan_del()
1160 b53_fast_age_vlan(dev, pvid); in b53_vlan_del()
1441 u16 pvlan, reg, pvid; in b53_br_leave() local
1464 pvid = 1; in b53_br_leave()
1466 pvid = 0; in b53_br_leave()
1476 b53_get_vlan_entry(dev, pvid, vl); in b53_br_leave()
1479 b53_set_vlan_entry(dev, pvid, vl); in b53_br_leave()