Searched refs:PCI_BUS_FLAGS_NO_MSI (Results 1 – 5 of 5) sorted by relevance
390 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) in msi_bus_show()420 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()422 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()
940 bus->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in pci_register_host_bridge()
2709 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_disable_msi()
62 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI) in pci_msi_supported()
257 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator