pci_dev_flags_t   190 include/linux/pci.h 	PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0),
pci_dev_flags_t   192 include/linux/pci.h 	PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1),
pci_dev_flags_t   194 include/linux/pci.h 	PCI_DEV_FLAGS_ASSIGNED = (__force pci_dev_flags_t) (1 << 2),
pci_dev_flags_t   196 include/linux/pci.h 	PCI_DEV_FLAGS_ACS_ENABLED_QUIRK = (__force pci_dev_flags_t) (1 << 3),
pci_dev_flags_t   198 include/linux/pci.h 	PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS = (__force pci_dev_flags_t) (1 << 5),
pci_dev_flags_t   200 include/linux/pci.h 	PCI_DEV_FLAGS_NO_BUS_RESET = (__force pci_dev_flags_t) (1 << 6),
pci_dev_flags_t   202 include/linux/pci.h 	PCI_DEV_FLAGS_NO_PM_RESET = (__force pci_dev_flags_t) (1 << 7),
pci_dev_flags_t   204 include/linux/pci.h 	PCI_DEV_FLAGS_VPD_REF_F0 = (__force pci_dev_flags_t) (1 << 8),
pci_dev_flags_t   206 include/linux/pci.h 	PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT = (__force pci_dev_flags_t) (1 << 9),
pci_dev_flags_t   208 include/linux/pci.h 	PCI_DEV_FLAGS_NO_FLR_RESET = (__force pci_dev_flags_t) (1 << 10),
pci_dev_flags_t   210 include/linux/pci.h 	PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11),
pci_dev_flags_t   426 include/linux/pci.h 	pci_dev_flags_t dev_flags;