Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla4xxx/
Dql4_def.h597 #define DPC_HA_UNRECOVERABLE 21 /* 0x00200000 ISP-82xx only*/ macro
1051 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags); in ql4xxx_reset_active()
Dql4_os.c4128 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags) || in qla4xxx_queuecommand()
4407 set_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags); in qla4_8xxx_process_fw_error()
4446 set_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags); in qla4_8xxx_watchdog()
4589 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags) || in qla4xxx_timer()
5327 if (test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags)) { in qla4xxx_do_dpc()