Searched refs:flag_untagged (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1209 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_port_vlans_add() local 1243 vid, flag_untagged, in mlxsw_sp_port_vlans_add() 3179 bool flag_untagged, bool flag_pvid, in mlxsw_sp_switchdev_vxlan_vlan_add() 3193 if (flag_untagged && flag_pvid && in mlxsw_sp_switchdev_vxlan_vlan_add() 3208 if (!flag_untagged || !flag_pvid) in mlxsw_sp_switchdev_vxlan_vlan_add() 3221 if (WARN_ON(flag_untagged && flag_pvid)) { in mlxsw_sp_switchdev_vxlan_vlan_add() 3247 if (!flag_untagged) in mlxsw_sp_switchdev_vxlan_vlan_add() 3296 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_switchdev_vxlan_vlans_add() local 3331 flag_untagged, in mlxsw_sp_switchdev_vxlan_vlans_add() 3176 mlxsw_sp_switchdev_vxlan_vlan_add(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_bridge_device *bridge_device, const struct net_device *vxlan_dev, u16 vid, bool flag_untagged, bool flag_pvid, struct netlink_ext_ack *extack) mlxsw_sp_switchdev_vxlan_vlan_add() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1582 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_port_vlans_add() local 1607 vlan->vid, flag_untagged, in mlxsw_sp_port_vlans_add() 3824 bool flag_untagged, bool flag_pvid, in mlxsw_sp_switchdev_vxlan_vlan_add() 3838 if (flag_untagged && flag_pvid && in mlxsw_sp_switchdev_vxlan_vlan_add() 3853 if (!flag_untagged || !flag_pvid) in mlxsw_sp_switchdev_vxlan_vlan_add() 3866 if (WARN_ON(flag_untagged && flag_pvid)) { in mlxsw_sp_switchdev_vxlan_vlan_add() 3892 if (!flag_untagged) in mlxsw_sp_switchdev_vxlan_vlan_add() 3939 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mlxsw_sp_switchdev_vxlan_vlans_add() local 3966 flag_untagged, in mlxsw_sp_switchdev_vxlan_vlans_add() 3821 mlxsw_sp_switchdev_vxlan_vlan_add(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_bridge_device *bridge_device, const struct net_device *vxlan_dev, u16 vid, bool flag_untagged, bool flag_pvid, struct netlink_ext_ack *extack) mlxsw_sp_switchdev_vxlan_vlan_add() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 1024 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in prestera_port_vlans_add() local 1050 vid, flag_untagged, in prestera_port_vlans_add()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 1470 bool flag_untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in prestera_port_vlans_add() local 1489 vlan->vid, flag_untagged, in prestera_port_vlans_add()
|
Completed in 15 milliseconds