Home
last modified time | relevance | path

Searched refs:pci_flags (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dacpi-defs.h121 uint32_t pci_flags; member
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h352 u32 pci_flags; member
/openbmc/linux/include/acpi/
H A Dactbl3.h121 u32 pci_flags; member
/openbmc/linux/include/linux/
H A Dpci.h1060 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 Dacpi-build.c274 .pci_flags = 0, in spcr_setup()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c230 .pci_flags = 0, in spcr_setup()
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c28 unsigned int pci_flags; variable
29 EXPORT_SYMBOL_GPL(pci_flags);
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c463 .pci_flags = 0, in spcr_setup()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nvme.c904 if (test_bit(PFLG_DRIVER_REMOVING, &fcport->vha->pci_flags)) in qla_nvme_unregister_remote_port()
H A Dqla_isr.c429 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 Dqla_os.c3261 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 Dqla_bsg.c3021 if (test_bit(PFLG_DRIVER_REMOVING, &vha->pci_flags)) { in qla24xx_bsg_request()
H A Dqla_target.c914 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 Dqla_def.h4989 unsigned long pci_flags; member
/openbmc/qemu/hw/acpi/
H A Daml-build.c2124 build_append_int_noprefix(table_data, f->pci_flags, 4); in build_spcr()