Home
last modified time | relevance | path

Searched refs:MPT_DEBUG_TM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/message/fusion/
H A Dmptdebug.h50 #define MPT_DEBUG_TM 0x00000100 macro
106 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TM)
245 if (!(ioc->debug_level & MPT_DEBUG_TM)) in DBG_DUMP_TM_REQUEST_FRAME()
262 if (!(ioc->debug_level & MPT_DEBUG_TM)) in DBG_DUMP_TM_REPLY_FRAME()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_debug.h56 #define MPT_DEBUG_TM 0x00000100 macro
103 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TM)
H A Dmpt3sas_ctl.c803 if (ioc->logging_level & MPT_DEBUG_TM) in _ctl_do_mpt_command()
993 if (ioc->logging_level & MPT_DEBUG_TM) { in _ctl_do_mpt_command()
1053 (ioc->logging_level & MPT_DEBUG_TM)) { in _ctl_do_mpt_command()
H A Dmpt3sas_scsih.c3139 if (ioc->logging_level & MPT_DEBUG_TM) { in mpt3sas_scsih_issue_tm()