Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_fw.h214 #define CSR_SCSI_COMPLETION_INTR 0x00000010 macro
228 #define INTR_PENDING (CSR_SCSI_COMPLETION_INTR |\
Dql4_isr.c1079 if (intr_status & CSR_SCSI_COMPLETION_INTR) in qla4xxx_interrupt_service_routine()
1148 intr_status = CSR_SCSI_COMPLETION_INTR; in qla4xxx_intr_handler()
Dql4_init.c831 writel(set_rmask(CSR_SCSI_COMPLETION_INTR), in qla4xxx_start_firmware()