Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h638 #define RH_RISC_PAUSED BIT_8 /* RISC Paused bit. */ macro
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c13544 if ((RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0) { in ql_24xx_binary_fw_dump()
13550 (RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0 && in ql_24xx_binary_fw_dump()
13981 if ((RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0) { in ql_25xx_binary_fw_dump()
13987 (RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0 && in ql_25xx_binary_fw_dump()
14518 if ((RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0) { in ql_81xx_binary_fw_dump()
14524 (RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0 && in ql_81xx_binary_fw_dump()
H A Dql_isr.c570 if (stat & RH_RISC_PAUSED || in ql_handle_uncommon_risc_intr()