Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c157 if ((CFG_IST(ha, CFG_DISABLE_EXTENDED_LOGGING_TRACE) == 0) && in ql_el_msg()
H A Dql_init.c1632 ha->cfg_flags &= ~CFG_DISABLE_EXTENDED_LOGGING_TRACE; in ql_common_properties()
1634 ha->cfg_flags |= CFG_DISABLE_EXTENDED_LOGGING_TRACE; in ql_common_properties()
1639 ha->cfg_flags &= ~CFG_DISABLE_EXTENDED_LOGGING_TRACE; in ql_common_properties()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1756 #define CFG_DISABLE_EXTENDED_LOGGING_TRACE BIT_6 macro