diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-01-31 10:10:26 -0600 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-01-31 10:10:26 -0600 |
commit | 3ea8bc3326e1e88c0dc0b9bc8697d66eb69bf9a4 (patch) | |
tree | ca4337557d8ce1e849df3755d05d76f87e7b1f9e /include/linux/pci.h | |
parent | 86e99150c3ce4726d4f15c64f535b903a66fa76f (diff) | |
parent | 7d8e7d19b095ae70b1ca483ca36e7985a108abe5 (diff) |
Merge branch 'pci/aspm' into next
* pci/aspm:
PCI/ASPM: Unexport internal ASPM interfaces
PCI/ASPM: Enable Latency Tolerance Reporting when supported
PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index c170c9250c8b..d75d30e55976 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -350,6 +350,8 @@ struct pci_dev { #ifdef CONFIG_PCIEASPM struct pcie_link_state *link_state; /* ASPM link state */ + unsigned int ltr_path:1; /* Latency Tolerance Reporting + supported from root to here */ #endif pci_channel_state_t error_state; /* current connectivity state */ |