Home
last modified time | relevance | path

Searched refs:CSR_SCSI_RESET_INTR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_isr.c1153 (CSR_SCSI_RESET_INTR|CSR_FATAL_ERROR|INTR_PENDING)) == 0) { in qla4xxx_intr_handler()
1172 CSR_SCSI_RESET_INTR) == 0) { in qla4xxx_intr_handler()
1187 } else if (intr_status & CSR_SCSI_RESET_INTR) { in qla4xxx_intr_handler()
1191 writel(set_rmask(CSR_SCSI_RESET_INTR), in qla4xxx_intr_handler()
H A Dql4_fw.h213 #define CSR_SCSI_RESET_INTR 0x00000008 macro
230 CSR_SCSI_RESET_INTR)
H A Dql4_os.c4685 if ((ctrl_status & CSR_SCSI_RESET_INTR) != 0) in qla4xxx_hw_reset()
4686 writel(set_rmask(CSR_SCSI_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_hw_reset()
4757 if ((ctrl_status & CSR_SCSI_RESET_INTR) != 0) { in qla4xxx_soft_reset()
4758 writel(set_rmask(CSR_SCSI_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_soft_reset()