Searched refs:pci_flags (Results 1 – 8 of 8) sorted by relevance
| /linux/include/acpi/ |
| H A D | actbl3.h | 121 u32 pci_flags; member
|
| /linux/include/linux/ |
| H A D | pci.h | 1154 extern unsigned int pci_flags; 1156 static inline void pci_set_flags(int flags) { pci_flags = flags; } in pci_set_flags() 1157 static inline void pci_add_flags(int flags) { pci_flags |= flags; } in pci_add_flags() 1158 static inline void pci_clear_flags(int flags) { pci_flags &= ~flags; } in pci_clear_flags() 1159 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag()
|
| /linux/drivers/pci/ |
| H A D | setup-bus.c | 36 unsigned int pci_flags; variable 37 EXPORT_SYMBOL_GPL(pci_flags);
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 903 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 | 3257 set_bit(PFLG_DRIVER_PROBING, &base_vha->pci_flags); in qla2x00_probe_one() 3612 clear_bit(PFLG_DRIVER_PROBING, &base_vha->pci_flags); in qla2x00_probe_one() 3689 set_bit(PFLG_DRIVER_REMOVING, &vp->pci_flags); in __qla_set_remove_flag() 3695 set_bit(PFLG_DRIVER_REMOVING, &base_vha->pci_flags); in __qla_set_remove_flag() 6814 base_vha->pci_flags); in qla2x00_disable_board_on_pci_error()
|
| H A D | qla_target.c | 907 if (test_bit(PFLG_DRIVER_REMOVING, &vha->pci_flags)) { in qlt_send_first_logo() 1150 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
|