Searched refs:tunnel_list (Results 1 – 3 of 3) sorted by relevance
/drivers/thunderbolt/ |
D | tb.c | 67 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()
|
D | tunnel_pci.c | 208 list_add(&tunnel->list, &tunnel->tb->tunnel_list); in tb_pci_activate()
|
D | tb.h | 108 struct list_head tunnel_list; /* list of active PCIe tunnels */ member
|