Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_fw.h1007 #define CSRX_DMA_ACTIVE BIT_17 /* DMA Active status. */ macro
Dqla_dbg.c329 if ((RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_soft_reset()
334 if (!(RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_soft_reset()
Dqla_init.c2661 if ((RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_reset_risc()
2667 if (!(RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_reset_risc()
2674 (RD_REG_DWORD(&reg->ctrl_status) & CSRX_DMA_ACTIVE)); in qla24xx_reset_risc()