Searched refs:tb_acpi_may_tunnel_pcie (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dacpi.c173 * tb_acpi_may_tunnel_pcie() - Is PCIe tunneling allowed by the platform
178 bool tb_acpi_may_tunnel_pcie(void) function
H A Dtunnel.c104 pcie = tb_acpi_may_tunnel_pcie() ? sw->max_pcie_credits : 0;
429 if (!tb_acpi_may_tunnel_pcie())
1513 if (tb_acpi_may_tunnel_pcie())
1824 int pcie_weight = tb_acpi_may_tunnel_pcie() ? TB_PCI_WEIGHT : 0;
H A Dtb.h1417 bool tb_acpi_may_tunnel_pcie(void);
1430 static inline bool tb_acpi_may_tunnel_pcie(void) { return true; } function
H A Dusb4.c281 if (tb_acpi_may_tunnel_pcie() &&
H A Dtb.c3183 if (tb_acpi_may_tunnel_pcie())

Completed in 140 milliseconds