Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dtunnel_conf.c331 __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()
/linux/drivers/net/ethernet/mellanox/mlxsw/
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()
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/sound/soc/sof/
A Dsof-audio.c94 list_for_each_entry(sroute, &sdev->route_list, list) in sof_reset_route_setup_status()
301 list_for_each_entry(sroute, &sdev->route_list, list) in sof_route_setup()
633 list_for_each_entry(sroute, &sdev->route_list, list) { in sof_set_up_pipelines()
693 list_for_each_entry(sroute, &sdev->route_list, list) in sof_tear_down_pipelines()
A Dcore.c323 INIT_LIST_HEAD(&sdev->route_list); in snd_sof_device_probe()
A Dsof-priv.h448 struct list_head route_list; member
A Dtopology.c3381 list_add(&sroute->list, &sdev->route_list); in sof_route_load()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_encap.c467 list_del(&e->route_list); in mlx5e_encap_put()
511 list_del(&e->route_list); in mlx5e_detach_encap()
805 INIT_LIST_HEAD(&e->route_list); in mlx5e_attach_encap()
1253 list_add(&e->route_list, &r->encap_entries); in mlx5e_attach_encap_route()
1299 list_for_each_entry_safe(e, tmp, &r->encap_entries, route_list) in mlx5e_detach_encap_route()
1300 list_del_init(&e->route_list); in mlx5e_detach_encap_route()
1432 list_for_each_entry(e, &r->encap_entries, route_list) { in mlx5e_update_route_encaps()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.h196 struct list_head route_list; member

Completed in 23 milliseconds