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

/linux-4.1.27/include/asm-generic/
H A Dpci-bridge.h42 extern unsigned int pci_flags;
46 pci_flags = flags; pci_set_flags()
51 pci_flags |= flags; pci_add_flags()
56 pci_flags &= ~flags; pci_clear_flags()
61 return pci_flags & flag; pci_has_flag()
/linux-4.1.27/arch/mips/pci/
H A Dpci.c24 * If PCI_PROBE_ONLY in pci_flags is set, we don't change any PCI resource
/linux-4.1.27/arch/alpha/kernel/
H A Dpci.c47 * If PCI_PROBE_ONLY in pci_flags is set, we don't change any PCI resource
/linux-4.1.27/include/acpi/
H A Dactbl2.h1020 u32 pci_flags; member in struct:acpi_table_spcr
1025 /* Masks for pci_flags field above */
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_isr.c120 if (!test_and_set_bit(PFLG_DISCONNECTED, &vha->pci_flags) && qla2x00_check_reg32_for_disconnect()
121 !test_bit(PFLG_DRIVER_REMOVING, &vha->pci_flags) && qla2x00_check_reg32_for_disconnect()
122 !test_bit(PFLG_DRIVER_PROBING, &vha->pci_flags)) { qla2x00_check_reg32_for_disconnect()
H A Dqla_os.c2584 set_bit(PFLG_DRIVER_PROBING, &base_vha->pci_flags); qla2x00_probe_one()
2881 clear_bit(PFLG_DRIVER_PROBING, &base_vha->pci_flags); qla2x00_probe_one()
3093 set_bit(PFLG_DRIVER_REMOVING, &base_vha->pci_flags); qla2x00_remove_one()
H A Dqla_def.h3542 unsigned long pci_flags; member in struct:scsi_qla_host
/linux-4.1.27/drivers/pci/
H A Dsetup-bus.c31 unsigned int pci_flags; variable

Completed in 308 milliseconds