Searched refs:route_list (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | tunnel_conf.c | 330 __nfp_tun_has_route(struct list_head *route_list, spinlock_t *list_lock, in __nfp_tun_has_route() argument 336 list_for_each_entry(entry, route_list, list) in __nfp_tun_has_route() 346 __nfp_tun_add_route_to_cache(struct list_head *route_list, in __nfp_tun_add_route_to_cache() argument 352 list_for_each_entry(entry, route_list, list) in __nfp_tun_add_route_to_cache() 365 list_add_tail(&entry->list, route_list); in __nfp_tun_add_route_to_cache() 372 __nfp_tun_del_route_from_cache(struct list_head *route_list, in __nfp_tun_del_route_from_cache() argument 378 list_for_each_entry(entry, route_list, list) in __nfp_tun_del_route_from_cache()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
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() 923 INIT_LIST_HEAD(&mr_table->route_list); in mlxsw_sp_mr_table_create() 977 list_for_each_entry_safe(mr_route, tmp, &mr_table->route_list, node) in mlxsw_sp_mr_table_flush() 994 return list_empty(&mr_table->route_list); in mlxsw_sp_mr_table_empty() 1026 list_for_each_entry(mr_route, &mr_table->route_list, node) in mlxsw_sp_mr_stats_update()
|
/Linux-v5.10/sound/soc/sof/ |
D | core.c | 316 INIT_LIST_HEAD(&sdev->route_list); in snd_sof_device_probe()
|
D | sof-audio.c | 240 list_for_each_entry_reverse(sroute, &sdev->route_list, list) { in sof_restore_pipelines()
|
D | sof-priv.h | 417 struct list_head route_list; member
|
D | topology.c | 3519 list_add(&sroute->list, &sdev->route_list); in sof_route_load()
|