Searched refs:PCI_BUS_FLAGS_NO_MSI (Results 1 – 4 of 4) sorted by relevance
361 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) in msi_bus_show()391 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()393 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in msi_bus_store()
930 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI) in pci_msi_supported()
2545 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_disable_msi()2603 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_msi_ht_cap()2629 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_nvidia_ck804_msi_ht_cap()
241 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator