Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtb.c67 list_for_each_entry_safe(tunnel, n, &tb->tunnel_list, list) in tb_free_invalid_tunnels()
314 list_for_each_entry_safe(tunnel, n, &tb->tunnel_list, list) { in thunderbolt_shutdown_and_free()
364 INIT_LIST_HEAD(&tb->tunnel_list); in thunderbolt_alloc_and_start()
422 list_for_each_entry_safe(tunnel, n, &tb->tunnel_list, list) in thunderbolt_resume()
424 if (!list_empty(&tb->tunnel_list)) { in thunderbolt_resume()
Dtunnel_pci.c208 list_add(&tunnel->list, &tunnel->tb->tunnel_list); in tb_pci_activate()
Dtb.h108 struct list_head tunnel_list; /* list of active PCIe tunnels */ member