Lines Matching refs:pv
190 struct net_port_vlans *pv = nbp_get_vlan_info(p); in br_fdb_changeaddr() local
191 bool no_vlan = !pv; in br_fdb_changeaddr()
229 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) in br_fdb_changeaddr()
239 struct net_port_vlans *pv; in br_fdb_change_mac_address() local
255 pv = br_get_vlan_info(br); in br_fdb_change_mac_address()
256 if (!pv) in br_fdb_change_mac_address()
259 for_each_set_bit_from(vid, pv->vlan_bitmap, VLAN_N_VID) { in br_fdb_change_mac_address()
821 struct net_port_vlans *pv; in br_fdb_add() local
840 pv = nbp_get_vlan_info(p); in br_fdb_add()
842 if (!pv || !test_bit(vid, pv->vlan_bitmap)) { in br_fdb_add()
852 if (err || !pv) in br_fdb_add()
859 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { in br_fdb_add()
902 struct net_port_vlans *pv; in br_fdb_delete() local
911 pv = nbp_get_vlan_info(p); in br_fdb_delete()
913 if (!pv || !test_bit(vid, pv->vlan_bitmap)) { in br_fdb_delete()
923 if (!pv) in br_fdb_delete()
930 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { in br_fdb_delete()