Home
last modified time | relevance | path

Searched refs:DPC_HA_UNRECOVERABLE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h596 #define DPC_HA_UNRECOVERABLE 21 /* 0x00200000 ISP-82xx only*/ macro
1050 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags); in ql4xxx_reset_active()
H A Dql4_os.c4138 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags) || in qla4xxx_queuecommand()
4417 set_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags); in qla4_8xxx_process_fw_error()
4456 set_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags); in qla4_8xxx_watchdog()
4599 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags) || in qla4xxx_timer()
5337 if (test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags)) { in qla4xxx_do_dpc()