Home
last modified time | relevance | path

Searched refs:route_list (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c70 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 Den_rep.h209 struct list_head route_list; member
/linux/sound/soc/sof/
H A Dsof-audio.c50 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 Dcore.c674 INIT_LIST_HEAD(&sdev->route_list); in snd_sof_device_probe()
H A Dipc3-topology.c2379 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 Dtopology.c2164 list_add(&sroute->list, &sdev->route_list); in sof_set_widget_pipeline()