Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtunnel.c1240 int pcie_enabled = tb_acpi_may_tunnel_pcie(); in tb_usb3_consumed_bandwidth() local
1246 *consumed_up = tunnel->allocated_up * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1247 *consumed_down = tunnel->allocated_down * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()