Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb.c27 struct list_head tunnel_list; member
95 list_add_tail(&tunnel->list, &tcm->tunnel_list); in tb_discover_tunnels()
229 list_for_each_entry(tunnel, &tcm->tunnel_list, list) { in tb_free_tunnel()
252 list_for_each_entry_safe(tunnel, n, &tcm->tunnel_list, list) { in tb_free_invalid_tunnels()
390 list_add_tail(&tunnel->list, &tcm->tunnel_list); in tb_tunnel_dp()
431 list_add_tail(&tunnel->list, &tcm->tunnel_list); in tb_tunnel_pci()
463 list_add_tail(&tunnel->list, &tcm->tunnel_list); in tb_approve_xdomain_paths()
616 list_for_each_entry_safe(tunnel, n, &tcm->tunnel_list, list) { in tb_stop()
718 list_for_each_entry_safe(tunnel, n, &tcm->tunnel_list, list) in tb_resume_noirq()
720 if (!list_empty(&tcm->tunnel_list)) { in tb_resume_noirq()
[all …]