summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHuacai Chen <chenhuacai@loongson.cn>2023-02-25 15:48:46 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2023-02-25 15:48:46 +0800
commit4093b0062f100e69c01812ff73bca2b7521f467f (patch)
tree2acf3c1d7c0fe3cf669036708a433b578afc6ac8 /include
parentc9c3395d5e3dcc6daee66c6908354d47bf98cb0c (diff)
parent6fffbc7ae1373e10b989afe23a9eeb9c49fe15c3 (diff)
downloadlinux-stable-4093b0062f100e69c01812ff73bca2b7521f467f.tar.gz
linux-stable-4093b0062f100e69c01812ff73bca2b7521f467f.tar.bz2
linux-stable-4093b0062f100e69c01812ff73bca2b7521f467f.zip
Merge 'pci/enumeration' into loongarch-next
LoongArch architecture changes for 6.3 depend on the pci changes to work well, so merge them to create a base.
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 254c8a4126a8..50042ea8e008 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -572,6 +572,7 @@ struct pci_host_bridge {
void *release_data;
unsigned int ignore_reset_delay:1; /* For entire hierarchy */
unsigned int no_ext_tags:1; /* No Extended Tags */
+ unsigned int no_inc_mrrs:1; /* No Increase MRRS */
unsigned int native_aer:1; /* OS may use PCIe AER */
unsigned int native_pcie_hotplug:1; /* OS may use PCIe hotplug */
unsigned int native_shpc_hotplug:1; /* OS may use SHPC hotplug */