Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla4xxx/
Dql4_fw.h220 #define CSR_NET_RESET_INTR 0x00000800 /* 4010 */ macro
Dql4_os.c4719 if ((ctrl_status & CSR_NET_RESET_INTR) == 0) in qla4xxx_soft_reset()
4725 if ((ctrl_status & CSR_NET_RESET_INTR) != 0) { in qla4xxx_soft_reset()
4731 writel(set_rmask(CSR_NET_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_soft_reset()