summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2022-01-10 14:21:09 +0200
committerDenys Drozdov <denys.drozdov@toradex.com>2022-01-10 14:21:09 +0200
commitfdd91487f014d6f66a7db03f135056ada3552f27 (patch)
tree7cc4ea3c8804027ab1a366726bd89970484b36ea /include/linux
parent905e3a2de88e6fbf0e2c0d3f1ae4217a6f75e126 (diff)
parent5c088fba39aff97ae9175948356ef3292369671c (diff)
Merge tag 'v5.4.161' into HEAD
This is the 5.4.161 stable release
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 1527b5cd73de..e26905e722de 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -208,6 +208,8 @@ enum pci_dev_flags {
PCI_DEV_FLAGS_NO_FLR_RESET = (__force pci_dev_flags_t) (1 << 10),
/* Don't use Relaxed Ordering for TLPs directed at this device */
PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11),
+ /* Device does honor MSI masking despite saying otherwise */
+ PCI_DEV_FLAGS_HAS_MSI_MASKING = (__force pci_dev_flags_t) (1 << 12),
};
enum pci_irq_reroute_variant {