Searched refs:route_list (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | tunnel_conf.c | 331 __nfp_tun_has_route(struct list_head *route_list, spinlock_t *list_lock, in __nfp_tun_has_route() argument 337 list_for_each_entry(entry, route_list, list) in __nfp_tun_has_route() 347 __nfp_tun_add_route_to_cache(struct list_head *route_list, in __nfp_tun_add_route_to_cache() argument 353 list_for_each_entry(entry, route_list, list) in __nfp_tun_add_route_to_cache() 366 list_add_tail(&entry->list, route_list); in __nfp_tun_add_route_to_cache() 373 __nfp_tun_del_route_from_cache(struct list_head *route_list, in __nfp_tun_del_route_from_cache() argument 379 list_for_each_entry(entry, route_list, list) in __nfp_tun_del_route_from_cache()
|
| /OK3568_Linux_fs/kernel/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() 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | core.c | 316 INIT_LIST_HEAD(&sdev->route_list); in snd_sof_device_probe()
|
| H A D | sof-audio.c | 240 list_for_each_entry_reverse(sroute, &sdev->route_list, list) { in sof_restore_pipelines()
|
| H A D | sof-priv.h | 417 struct list_head route_list; member
|
| H A D | topology.c | 3528 list_add(&sroute->list, &sdev->route_list); in sof_route_load()
|