Lines Matching refs:vlan
439 const struct switchdev_obj_port_vlan *vlan, in mlxsw_sp_port_vlans_add() argument
442 bool untagged_flag = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_port_vlans_add()
443 bool pvid_flag = vlan->flags & BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_port_vlans_add()
449 vlan->vid_begin, vlan->vid_end, in mlxsw_sp_port_vlans_add()
605 const struct switchdev_obj_port_vlan *vlan) in mlxsw_sp_port_vlans_del() argument
608 vlan->vid_begin, vlan->vid_end, false); in mlxsw_sp_port_vlans_del()
698 struct switchdev_obj_port_vlan *vlan, in mlxsw_sp_port_vlan_dump() argument
705 vlan->flags = 0; in mlxsw_sp_port_vlan_dump()
707 vlan->flags |= BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_port_vlan_dump()
708 vlan->vid_begin = vid; in mlxsw_sp_port_vlan_dump()
709 vlan->vid_end = vid; in mlxsw_sp_port_vlan_dump()
710 err = cb(&vlan->obj); in mlxsw_sp_port_vlan_dump()