Home
last modified time | relevance | path

Searched refs:PCI_BUS_FLAGS_NO_MSI (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dpci-sysfs.c390 !(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()
H A Dprobe.c940 bus->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in pci_register_host_bridge()
H A Dquirks.c2709 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in quirk_disable_msi()
/openbmc/linux/drivers/pci/msi/
H A Dmsi.c62 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI) in pci_msi_supported()
/openbmc/linux/include/linux/
H A Dpci.h257 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator