Searched refs:route_list (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_mr.c | 70 struct list_head route_list; member 430 list_add_tail(&mr_route->node, &mr_table->route_list); in mlxsw_sp_mr_route_add() 922 INIT_LIST_HEAD(&mr_table->route_list); in mlxsw_sp_mr_table_create() 976 list_for_each_entry_safe(mr_route, tmp, &mr_table->route_list, node) in mlxsw_sp_mr_table_flush() 993 return list_empty(&mr_table->route_list); in mlxsw_sp_mr_table_empty() 1025 list_for_each_entry(mr_route, &mr_table->route_list, node) in mlxsw_sp_mr_stats_update()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.h | 209 struct list_head route_list; member
|
| /linux/sound/soc/sof/ |
| H A D | sof-audio.c | 50 list_for_each_entry(sroute, &sdev->route_list, list) in sof_reset_route_setup_status() 276 list_for_each_entry(sroute, &sdev->route_list, list) in sof_route_setup() 385 list_for_each_entry(sroute, &sdev->route_list, list) { in sof_setup_pipeline_connections()
|
| H A D | core.c | 674 INIT_LIST_HEAD(&sdev->route_list); in snd_sof_device_probe()
|
| H A D | ipc3-topology.c | 2379 list_for_each_entry(sroute, &sdev->route_list, list) { in sof_ipc3_set_up_all_pipelines() 2541 list_for_each_entry(sroute, &sdev->route_list, list) in sof_ipc3_dai_get_param()
|
| H A D | topology.c | 2164 list_add(&sroute->list, &sdev->route_list); in sof_set_widget_pipeline()
|