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

/linux-4.1.27/include/linux/
H A Dpci.h192 typedef unsigned short __bitwise pci_bus_flags_t; typedef
194 PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1,
195 PCI_BUS_FLAGS_NO_MMRBC = (__force pci_bus_flags_t) 2,
473 pci_bus_flags_t bus_flags; /* inherited by child buses */

Completed in 177 milliseconds