Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/message/fusion/
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()
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h56 #define MPT_DEBUG_TM 0x00000100 macro
103 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TM)
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()
Dmpt3sas_scsih.c3140 if (ioc->logging_level & MPT_DEBUG_TM) { in mpt3sas_scsih_issue_tm()