Lines Matching full:tunnels

54  * @tunnel_list: List of active tunnels
621 * Find all DP tunnels that cross the port and reduce in tb_consumed_dp_bandwidth()
640 * tunnels in the group). in tb_consumed_dp_bandwidth()
1340 * tunnels and know which switches were authorized already by in tb_scan_port()
1384 * Create USB 3.x tunnels only when the switch is plugged to the in tb_scan_port()
1386 * and want to discover existing USB 3.x tunnels before we create in tb_scan_port()
1429 * tunnels under the host router USB4 port, even in tb_recalc_estimated_bandwidth_for_group()
1523 * All the tunnels in the group go through the same USB4 links in __configure_group_sym()
1600 * Find all DP tunnels that go through all the same USB4 links in tb_attach_bandwidth_group()
1601 * as this one. Because we always setup tunnels the same way we in tb_attach_bandwidth_group()
1602 * can just check for the routers at both ends of the tunnels in tb_attach_bandwidth_group()
1657 /* No more tunnels so release the reserved bandwidth if any */ in tb_detach_bandwidth_group()
1734 * PCIe and DMA tunnels do not consume guaranteed in tb_deactivate_and_free_tunnel()
1744 * tb_free_invalid_tunnels() - destroy tunnels of devices that have gone away
2206 * Tear down all DP tunnels and release their resources. They in tb_disconnect_and_release_dp()
2455 * all the tunnels below. in tb_handle_hotplug()
2626 * Then go over all tunnels that cross the same USB4 ports (they in tb_alloc_dp_bandwidth()
2904 /* tunnels are only present after everything has been initialized */ in tb_stop()
2907 * DMA tunnels require the driver to be functional so we in tb_stop()
2908 * tear them down. Other protocol tunnels can be left in tb_stop()
2994 * Boot firmware might have created tunnels of its own. Since we in tb_start()
3008 /* Find out tunnels created by the boot firmware */ in tb_start()
3010 /* Add DP resources from the DP tunnels created by the boot firmware */ in tb_start()
3015 * If the boot firmware did not create USB 3.x tunnels create them in tb_start()
3082 LIST_HEAD(tunnels); in tb_resume_noirq()
3100 * restore kernel might have created tunnels of its own. Since in tb_resume_noirq()
3104 tb_switch_discover_tunnels(tb->root_switch, &tunnels, false); in tb_resume_noirq()
3105 list_for_each_entry_safe_reverse(tunnel, n, &tunnels, list) { in tb_resume_noirq()
3112 /* Re-create our tunnels now */ in tb_resume_noirq()
3127 tb_dbg(tb, "tunnels restarted, sleeping for 100ms\n"); in tb_resume_noirq()
3264 * tunnels are lost. The NHI driver will try to reestablish all tunnels
3301 * back to NHI so that PCIe tunnels can be re-established after in tb_apple_add_links()
3355 * Device links are needed to make sure we establish tunnels in tb_probe()