Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_fw.h1004 #define CSRX_DMA_ACTIVE BIT_17 /* DMA Active status. */ macro
Dqla_dbg.c327 if ((RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_soft_reset()
332 if (!(RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_soft_reset()
Dqla_init.c2687 if ((RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_reset_risc()
2693 if (!(RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_reset_risc()
2700 (RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE)); in qla24xx_reset_risc()