Home
last modified time | relevance | path

Searched refs:CFG_ENABLE_EXTENDED_LOGGING (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c224 if (CFG_IST(ha, CFG_ENABLE_EXTENDED_LOGGING)) { in ql_el_msg()
H A Dql_ioctl.c1848 (ha->cfg_flags |= CFG_ENABLE_EXTENDED_LOGGING) : in ql_adm_extended_logging()
1849 (ha->cfg_flags &= ~CFG_ENABLE_EXTENDED_LOGGING); in ql_adm_extended_logging()
H A Dql_init.c1620 ha->cfg_flags &= ~CFG_ENABLE_EXTENDED_LOGGING; in ql_common_properties()
1622 ha->cfg_flags |= CFG_ENABLE_EXTENDED_LOGGING; in ql_common_properties()
1626 ha->cfg_flags &= ~CFG_ENABLE_EXTENDED_LOGGING; in ql_common_properties()
1656 ha->cfg_flags |= CFG_ENABLE_EXTENDED_LOGGING; in ql_common_properties()
/titanic_41/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c667 if ((qlstate->cfg_flags & CFG_ENABLE_EXTENDED_LOGGING) == 0) { in ql_elog_common()
669 qlstate->cfg_flags |= CFG_ENABLE_EXTENDED_LOGGING; in ql_elog_common()
684 if ((qlstate->cfg_flags & CFG_ENABLE_EXTENDED_LOGGING) != 0) { in ql_elog_common()
686 qlstate->cfg_flags &= ~CFG_ENABLE_EXTENDED_LOGGING; in ql_elog_common()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h640 #define CFG_ENABLE_EXTENDED_LOGGING BIT_15 macro
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1765 #define CFG_ENABLE_EXTENDED_LOGGING BIT_15 macro