Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c330 __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/
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()
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/
Dcore.c316 INIT_LIST_HEAD(&sdev->route_list); in snd_sof_device_probe()
Dsof-audio.c240 list_for_each_entry_reverse(sroute, &sdev->route_list, list) { in sof_restore_pipelines()
Dsof-priv.h417 struct list_head route_list; member
Dtopology.c3519 list_add(&sroute->list, &sdev->route_list); in sof_route_load()