#ifndef MPI3SAS_DEBUG_H_INCLUDED
#define MPI3SAS_DEBUG_H_INCLUDED
#define MPI3_DEBUG_EVENT …
#define MPI3_DEBUG_EVENT_WORK_TASK …
#define MPI3_DEBUG_INIT …
#define MPI3_DEBUG_EXIT …
#define MPI3_DEBUG_TM …
#define MPI3_DEBUG_RESET …
#define MPI3_DEBUG_SCSI_ERROR …
#define MPI3_DEBUG_REPLY …
#define MPI3_DEBUG_CFG_ERROR …
#define MPI3_DEBUG_TRANSPORT_ERROR …
#define MPI3_DEBUG_BSG_ERROR …
#define MPI3_DEBUG_BSG_INFO …
#define MPI3_DEBUG_SCSI_INFO …
#define MPI3_DEBUG_CFG_INFO …
#define MPI3_DEBUG_TRANSPORT_INFO …
#define MPI3_DEBUG …
#define MPI3_DEBUG_SG …
#define ioc_err(ioc, fmt, ...) …
#define ioc_notice(ioc, fmt, ...) …
#define ioc_warn(ioc, fmt, ...) …
#define ioc_info(ioc, fmt, ...) …
#define dprint(ioc, fmt, ...) …
#define dprint_event_th(ioc, fmt, ...) …
#define dprint_event_bh(ioc, fmt, ...) …
#define dprint_init(ioc, fmt, ...) …
#define dprint_exit(ioc, fmt, ...) …
#define dprint_tm(ioc, fmt, ...) …
#define dprint_reply(ioc, fmt, ...) …
#define dprint_reset(ioc, fmt, ...) …
#define dprint_scsi_info(ioc, fmt, ...) …
#define dprint_scsi_err(ioc, fmt, ...) …
#define dprint_scsi_command(ioc, SCMD, LOG_LEVEL) …
#define dprint_bsg_info(ioc, fmt, ...) …
#define dprint_bsg_err(ioc, fmt, ...) …
#define dprint_cfg_info(ioc, fmt, ...) …
#define dprint_cfg_err(ioc, fmt, ...) …
#define dprint_transport_info(ioc, fmt, ...) …
#define dprint_transport_err(ioc, fmt, ...) …
#endif
static inline void
dprint_dump(void *req, int sz, const char *name_string)
{ … }
static inline void
dprint_dump_req(void *req, int sz)
{ … }