Lines Matching refs:pvid
1786 vsw_vlan_read_ids(vswp, VSW_LOCALDEV, mdp, node, &vswp->pvid, in vsw_get_initial_md_properties()
2147 uint16_t pvid; in vsw_update_md_prop() local
2237 vsw_vlan_read_ids(vswp, VSW_LOCALDEV, mdp, node, &pvid, &vids, in vsw_update_md_prop()
2241 if ((pvid != vswp->pvid) || /* pvid changed? */ in vsw_update_md_prop()
2412 vsw_if_mac_reconfig(vswp, B_TRUE, pvid, vids, nvids); in vsw_update_md_prop()
2420 vswp->pvid = pvid; in vsw_update_md_prop()
2547 vsw_vlan_read_ids(portp, VSW_VNETPORT, mdp, *node, &portp->pvid, in vsw_port_read_props()
2605 uint16_t pvid; in vsw_port_update() local
2643 vsw_vlan_read_ids(portp, VSW_VNETPORT, curr_mdp, curr_mdex, &pvid, in vsw_port_update()
2647 if ((pvid != portp->pvid) || /* pvid changed? */ in vsw_port_update()
2682 vsw_mac_port_reconfig_vlans(portp, pvid, vids, nvids); in vsw_port_update()