Searched refs:PCI_BUS_FLAGS_NO_MSI (Results 1 – 5 of 5) sorted by relevance
391 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) in msi_bus_show()421 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()423 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()
939 bus->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in pci_register_host_bridge()
2583 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_disable_msi()
711 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI) in pci_msi_supported()
256 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator