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

/linux-master/drivers/pci/
H A Dpci-sysfs.c390 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI)
420 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI;
422 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI;
H A Dprobe.c952 bus->bus_flags |= PCI_BUS_FLAGS_NO_MSI;
H A Dquirks.c2678 * PCI_BUS_FLAGS_NO_MSI in its bus flags because there are actually some
2703 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI;
/linux-master/drivers/pci/msi/
H A Dmsi.c63 if (bus->bus_flags & PCI_BUS_FLAGS_NO_MSI)
/linux-master/include/linux/
H A Dpci.h257 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, enumerator in enum:pci_bus_flags

Completed in 297 milliseconds