Lines Matching defs:vlan
1302 const struct switchdev_obj_port_vlan *vlan)
1398 const struct switchdev_obj_port_vlan *vlan)
1400 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED;
1401 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID;
1408 for (vid = vlan->vid_begin; vid <= vlan->vid_end; ++vid) {
1416 G0_PORT_VID(vlan->vid_end));
1417 priv->ports[port].pvid = vlan->vid_end;
1425 const struct switchdev_obj_port_vlan *vlan)
1434 for (vid = vlan->vid_begin; vid <= vlan->vid_end; ++vid) {