Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_fw.h220 #define CSR_NET_RESET_INTR 0x00000800 /* 4010 */ macro
Dql4_os.c4716 if ((ctrl_status & CSR_NET_RESET_INTR) == 0) in qla4xxx_soft_reset()
4722 if ((ctrl_status & CSR_NET_RESET_INTR) != 0) { in qla4xxx_soft_reset()
4728 writel(set_rmask(CSR_NET_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_soft_reset()