Lines Matching full:tunnels
47 * @tunnel_list: List of active tunnels
125 * Find all DP tunnels that go through all the same USB4 links in tb_attach_bandwidth_group()
126 * as this one. Because we always setup tunnels the same way we in tb_attach_bandwidth_group()
127 * can just check for the routers at both ends of the tunnels in tb_attach_bandwidth_group()
699 * Find all DP tunnels that cross the port and reduce in tb_consumed_dp_bandwidth()
1405 * tunnels and know which switches were authorized already by in tb_scan_port()
1449 * Create USB 3.x tunnels only when the switch is plugged to the in tb_scan_port()
1451 * and want to discover existing USB 3.x tunnels before we create in tb_scan_port()
1508 * PCIe and DMA tunnels do not consume guaranteed in tb_deactivate_and_free_tunnel()
1518 * tb_free_invalid_tunnels() - destroy tunnels of devices that have gone away
1635 * tunnels under the host router USB4 port, even in tb_recalc_estimated_bandwidth_for_group()
1944 * Tear down all DP tunnels and release their resources. They in tb_disconnect_and_release_dp()
2193 * all the tunnels below. in tb_handle_hotplug()
2320 * the reservation of the tunnel. Since all the tunnels in tb_alloc_dp_bandwidth()
2323 * account for the other tunnels automatically below. in tb_alloc_dp_bandwidth()
2338 * Then go over all tunnels that cross the same USB4 ports (they in tb_alloc_dp_bandwidth()
2548 /* tunnels are only present after everything has been initialized */ in tb_stop()
2551 * DMA tunnels require the driver to be functional so we in tb_stop()
2552 * tear them down. Other protocol tunnels can be left in tb_stop()
2627 /* Find out tunnels created by the boot firmware */ in tb_start()
2629 /* Add DP resources from the DP tunnels created by the boot firmware */ in tb_start()
2632 * If the boot firmware did not create USB 3.x tunnels create them in tb_start()
2697 LIST_HEAD(tunnels); in tb_resume_noirq()
2711 * restore kernel might have created tunnels of its own. Since in tb_resume_noirq()
2715 tb_switch_discover_tunnels(tb->root_switch, &tunnels, false); in tb_resume_noirq()
2716 list_for_each_entry_safe_reverse(tunnel, n, &tunnels, list) { in tb_resume_noirq()
2723 /* Re-create our tunnels now */ in tb_resume_noirq()
2738 tb_dbg(tb, "tunnels restarted, sleeping for 100ms\n"); in tb_resume_noirq()
2866 * tunnels are lost. The NHI driver will try to reestablish all tunnels
2903 * back to NHI so that PCIe tunnels can be re-established after in tb_apple_add_links()
2957 * Device links are needed to make sure we establish tunnels in tb_probe()