Searched refs:PCI_BUS_FLAGS_NO_MSI (Results 1 – 5 of 5) sorted by relevance
395 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) in msi_bus_show()425 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()427 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()
1012 bus->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in pci_register_host_bridge()
2716 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_disable_msi()
63 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI) in pci_msi_supported()
259 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator