Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptdebug.h50 #define MPT_DEBUG_TM 0x00000100 macro
105 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TM)
244 if (!(ioc->debug_level & MPT_DEBUG_TM)) in DBG_DUMP_TM_REQUEST_FRAME()
261 if (!(ioc->debug_level & MPT_DEBUG_TM)) in DBG_DUMP_TM_REPLY_FRAME()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h56 #define MPT_DEBUG_TM 0x00000100 macro
103 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TM)
Dmpt3sas_ctl.c800 if (ioc->logging_level & MPT_DEBUG_TM) in _ctl_do_mpt_command()
980 if (ioc->logging_level & MPT_DEBUG_TM) { in _ctl_do_mpt_command()
1040 (ioc->logging_level & MPT_DEBUG_TM)) { in _ctl_do_mpt_command()
Dmpt3sas_scsih.c2969 if (ioc->logging_level & MPT_DEBUG_TM) { in mpt3sas_scsih_issue_tm()