Searched refs:pci_flags (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/include/hw/acpi/ |
H A D | acpi-defs.h | 121 uint32_t pci_flags; member
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | acpi_table.h | 352 u32 pci_flags; member
|
/openbmc/linux/include/acpi/ |
H A D | actbl3.h | 121 u32 pci_flags; member
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1060 extern unsigned int pci_flags; 1062 static inline void pci_set_flags(int flags) { pci_flags = flags; } in pci_set_flags() 1063 static inline void pci_add_flags(int flags) { pci_flags |= flags; } in pci_add_flags() 1064 static inline void pci_clear_flags(int flags) { pci_flags &= ~flags; } in pci_clear_flags() 1065 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag()
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 274 .pci_flags = 0, in spcr_setup()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 230 .pci_flags = 0, in spcr_setup()
|
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | 28 unsigned int pci_flags; variable 29 EXPORT_SYMBOL_GPL(pci_flags);
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 463 .pci_flags = 0, in spcr_setup()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.c | 904 if (test_bit(PFLG_DRIVER_REMOVING, &fcport->vha->pci_flags)) in qla_nvme_unregister_remote_port()
|
H A D | qla_isr.c | 429 if (!test_and_set_bit(PFLG_DISCONNECTED, &vha->pci_flags) && in qla2x00_check_reg32_for_disconnect() 430 !test_bit(PFLG_DRIVER_REMOVING, &vha->pci_flags) && in qla2x00_check_reg32_for_disconnect() 431 !test_bit(PFLG_DRIVER_PROBING, &vha->pci_flags)) { in qla2x00_check_reg32_for_disconnect()
|
H A D | qla_os.c | 3261 set_bit(PFLG_DRIVER_PROBING, &base_vha->pci_flags); in qla2x00_probe_one() 3617 clear_bit(PFLG_DRIVER_PROBING, &base_vha->pci_flags); in qla2x00_probe_one() 3694 set_bit(PFLG_DRIVER_REMOVING, &vp->pci_flags); in __qla_set_remove_flag() 3700 set_bit(PFLG_DRIVER_REMOVING, &base_vha->pci_flags); in __qla_set_remove_flag() 6819 base_vha->pci_flags); in qla2x00_disable_board_on_pci_error()
|
H A D | qla_bsg.c | 3021 if (test_bit(PFLG_DRIVER_REMOVING, &vha->pci_flags)) { in qla24xx_bsg_request()
|
H A D | qla_target.c | 914 if (test_bit(PFLG_DRIVER_REMOVING, &vha->pci_flags)) { in qlt_send_first_logo() 1157 if (!test_bit(PFLG_DRIVER_REMOVING, &base_vha->pci_flags) && in qlt_free_session_done()
|
H A D | qla_def.h | 4989 unsigned long pci_flags; member
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 2124 build_append_int_noprefix(table_data, f->pci_flags, 4); in build_spcr()
|