Searched refs:PCI_BUS_FLAGS_NO_MSI (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dpci-sysfs.c262 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) msi_bus_show()
292 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; msi_bus_store()
294 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; msi_bus_store()
H A Dmsi.c880 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI) pci_msi_supported()
H A Dquirks.c2236 * PCI_BUS_FLAGS_NO_MSI in its bus flags because there are actually
2259 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; quirk_disable_msi()
2315 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; quirk_msi_ht_cap()
2339 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; quirk_nvidia_ck804_msi_ht_cap()
/linux-4.1.27/include/linux/
H A Dpci.h194 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator in enum:pci_bus_flags

Completed in 99 milliseconds