Searched refs:AF_FW_RECOVERY (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/qla4xxx/ |
D | ql4_attr.c | 89 set_bit(AF_FW_RECOVERY, &ha->flags); in qla4_8xxx_sysfs_write_fw_dump()
|
D | ql4_mbx.c | 137 if (test_bit(AF_FW_RECOVERY, &ha->flags)) { in qla4xxx_mailbox_command() 208 test_bit(AF_FW_RECOVERY, &ha->flags)) { in qla4xxx_mailbox_command() 351 set_bit(AF_FW_RECOVERY, &ha->flags); in qla4xxx_mailbox_premature_completion()
|
D | ql4_def.h | 566 #define AF_FW_RECOVERY 19 /* 0x00080000 */ macro
|
D | ql4_nx.c | 3244 if (ql4xenablemd && test_bit(AF_FW_RECOVERY, &ha->flags) && in qla4_8xxx_get_minidump() 3273 if (test_bit(AF_FW_RECOVERY, &ha->flags)) in qla4_8xxx_device_bootstrap() 4036 clear_bit(AF_FW_RECOVERY, &ha->flags); in qla4_82xx_isp_reset()
|
D | ql4_83xx.c | 1401 clear_bit(AF_FW_RECOVERY, &ha->flags); in qla4_83xx_isp_reset()
|
D | ql4_os.c | 4889 if (test_bit(AF_FW_RECOVERY, &ha->flags)) in qla4xxx_recover_adapter() 4903 if (!test_bit(AF_FW_RECOVERY, &ha->flags)) in qla4xxx_recover_adapter() 9705 clear_bit(AF_FW_RECOVERY, &ha->flags); in qla4_8xxx_error_recovery() 9735 clear_bit(AF_FW_RECOVERY, &ha->flags); in qla4_8xxx_error_recovery()
|