Linux Kernel
3.7.1
|
Go to the source code of this file.
#define _debug_dump_mf | ( | mpi_request, | |
sz | |||
) |
Definition at line 178 of file mpt2sas_debug.h.
#define dcprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_CONFIG) |
Definition at line 120 of file mpt2sas_debug.h.
#define dcsmisasprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_CSMISAS) |
Definition at line 135 of file mpt2sas_debug.h.
#define dctlprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_IOCTL) |
Definition at line 132 of file mpt2sas_debug.h.
#define ddlprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_DL) |
Definition at line 123 of file mpt2sas_debug.h.
#define devtprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) |
Definition at line 96 of file mpt2sas_debug.h.
#define dewtprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENT_WORK_TASK) |
Definition at line 99 of file mpt2sas_debug.h.
#define dexitprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EXIT) |
Definition at line 105 of file mpt2sas_debug.h.
#define dfailprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_FAIL) |
Definition at line 108 of file mpt2sas_debug.h.
#define dhsprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_HANDSHAKE) |
Definition at line 117 of file mpt2sas_debug.h.
#define dinitprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_INIT) |
Definition at line 102 of file mpt2sas_debug.h.
#define dmfprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_MSG_FRAME) |
Definition at line 144 of file mpt2sas_debug.h.
#define dprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) |
Definition at line 90 of file mpt2sas_debug.h.
#define dreplyprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_REPLY) |
Definition at line 114 of file mpt2sas_debug.h.
#define drsprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_RESET) |
Definition at line 126 of file mpt2sas_debug.h.
#define dsasprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SAS) |
Definition at line 138 of file mpt2sas_debug.h.
#define dsastransport | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SAS_WIDE) |
Definition at line 141 of file mpt2sas_debug.h.
#define dsgprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) |
Definition at line 93 of file mpt2sas_debug.h.
#define dsprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SCSI) |
Definition at line 129 of file mpt2sas_debug.h.
#define dtmprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TM) |
Definition at line 111 of file mpt2sas_debug.h.
#define dTMprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TARGET_MODE) |
Definition at line 153 of file mpt2sas_debug.h.
#define dtransportprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TRANSPORT) |
Definition at line 150 of file mpt2sas_debug.h.
#define dtsfprintk | ( | IOC, | |
CMD | |||
) | MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_TASK_SET_FULL) |
Definition at line 147 of file mpt2sas_debug.h.
Definition at line 82 of file mpt2sas_debug.h.
#define MPT_DEBUG 0x00000001 |
Definition at line 47 of file mpt2sas_debug.h.
#define MPT_DEBUG_CONFIG 0x00000800 |
Definition at line 58 of file mpt2sas_debug.h.
#define MPT_DEBUG_CSMISAS 0x00010000 |
Definition at line 63 of file mpt2sas_debug.h.
#define MPT_DEBUG_DL 0x00001000 |
Definition at line 59 of file mpt2sas_debug.h.
#define MPT_DEBUG_EVENT_WORK_TASK 0x00000010 |
Definition at line 51 of file mpt2sas_debug.h.
#define MPT_DEBUG_EVENTS 0x00000008 |
Definition at line 50 of file mpt2sas_debug.h.
#define MPT_DEBUG_EXIT 0x00000040 |
Definition at line 53 of file mpt2sas_debug.h.
#define MPT_DEBUG_FAIL 0x00000080 |
Definition at line 54 of file mpt2sas_debug.h.
#define MPT_DEBUG_HANDSHAKE 0x00000400 |
Definition at line 57 of file mpt2sas_debug.h.
#define MPT_DEBUG_INIT 0x00000020 |
Definition at line 52 of file mpt2sas_debug.h.
#define MPT_DEBUG_IOCTL 0x00008000 |
Definition at line 62 of file mpt2sas_debug.h.
#define MPT_DEBUG_MSG_FRAME 0x00000002 |
Definition at line 48 of file mpt2sas_debug.h.
#define MPT_DEBUG_REPLY 0x00000200 |
Definition at line 56 of file mpt2sas_debug.h.
#define MPT_DEBUG_RESET 0x00002000 |
Definition at line 60 of file mpt2sas_debug.h.
#define MPT_DEBUG_SAS 0x00020000 |
Definition at line 64 of file mpt2sas_debug.h.
#define MPT_DEBUG_SCSI 0x00004000 |
Definition at line 61 of file mpt2sas_debug.h.
#define MPT_DEBUG_SG 0x00000004 |
Definition at line 49 of file mpt2sas_debug.h.
#define MPT_DEBUG_TARGET_MODE 0x00100000 |
Definition at line 68 of file mpt2sas_debug.h.
#define MPT_DEBUG_TASK_SET_FULL 0x00080000 |
Definition at line 66 of file mpt2sas_debug.h.
#define MPT_DEBUG_TM 0x00000100 |
Definition at line 55 of file mpt2sas_debug.h.
#define MPT_DEBUG_TRANSPORT 0x00040000 |
Definition at line 65 of file mpt2sas_debug.h.