pci_dev_flags_t   167 include/linux/pci.h 	PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0),
pci_dev_flags_t   169 include/linux/pci.h 	PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1),
pci_dev_flags_t   171 include/linux/pci.h 	PCI_DEV_FLAGS_ASSIGNED = (__force pci_dev_flags_t) (1 << 2),
pci_dev_flags_t   173 include/linux/pci.h 	PCI_DEV_FLAGS_ACS_ENABLED_QUIRK = (__force pci_dev_flags_t) (1 << 3),
pci_dev_flags_t   175 include/linux/pci.h 	PCI_DEV_FLAGS_DMA_ALIAS_DEVFN = (__force pci_dev_flags_t) (1 << 4),
pci_dev_flags_t   177 include/linux/pci.h 	PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS = (__force pci_dev_flags_t) (1 << 5),
pci_dev_flags_t   179 include/linux/pci.h 	PCI_DEV_FLAGS_NO_BUS_RESET = (__force pci_dev_flags_t) (1 << 6),
pci_dev_flags_t   354 include/linux/pci.h 	pci_dev_flags_t dev_flags;