port_vlan_list     75 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	struct list_head port_vlan_list;
port_vlan_list    401 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	INIT_LIST_HEAD(&bridge_vlan->port_vlan_list);
port_vlan_list    412 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	WARN_ON(!list_empty(&bridge_vlan->port_vlan_list));
port_vlan_list    430 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	if (list_empty(&bridge_vlan->port_vlan_list))
port_vlan_list    441 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	list_for_each_entry(mlxsw_sp_port_vlan, &bridge_vlan->port_vlan_list,
port_vlan_list    499 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	list_for_each_entry(mlxsw_sp_port_vlan, &bridge_vlan->port_vlan_list,
port_vlan_list    548 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	list_for_each_entry(mlxsw_sp_port_vlan, &bridge_vlan->port_vlan_list,
port_vlan_list   1000 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		 &bridge_vlan->port_vlan_list);
port_vlan_list   1034 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	last_port = list_is_singular(&bridge_vlan->port_vlan_list);