Lines Matching defs:pvid
151 bool pvid)
155 /* Set pvid bit first */
156 if (pvid)
407 bool pvid, bool untagged)
412 dev_dbg(hellcreek->dev, "Apply VLAN: port=%d vid=%u pvid=%d untagged=%d",
413 port, vid, pvid, untagged);
418 hellcreek_select_vlan(hellcreek, vid, pvid);
464 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
474 pvid ? "PVID" : "no PVID");
476 hellcreek_apply_vlan(hellcreek, port, vlan->vid, pvid, untagged);