Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c688 nv->host_p[1] & BIT_1 ? (ha->cfg_flags |= CFG_ENABLE_LIP_RESET) : in ql_nvram_config()
689 (ha->cfg_flags &= ~CFG_ENABLE_LIP_RESET); in ql_nvram_config()
1875 ha->cfg_flags &= ~CFG_ENABLE_LIP_RESET; in ql_24xx_properties()
1877 ha->cfg_flags |= CFG_ENABLE_LIP_RESET; in ql_24xx_properties()
H A Dql_mbx.c2455 if (CFG_IST(ha, CFG_ENABLE_LIP_RESET)) { in ql_loop_reset()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1752 #define CFG_ENABLE_LIP_RESET BIT_2 macro