Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c683 nv->host_p[0] & BIT_4 ? (ha->cfg_flags |= CFG_DISABLE_RISC_CODE_LOAD) : in ql_nvram_config()
684 (ha->cfg_flags &= ~CFG_DISABLE_RISC_CODE_LOAD); in ql_nvram_config()
1157 ha->cfg_flags &= ~(CFG_DISABLE_RISC_CODE_LOAD | CFG_LR_SUPPORT | in ql_nvram_24xx_config()
2107 } else if (CFG_IST(ha, CFG_DISABLE_RISC_CODE_LOAD)) { in ql_check_isp_firmware()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1766 #define CFG_DISABLE_RISC_CODE_LOAD BIT_16 macro