#ifndef _SCSI_LOGGING_H
#define _SCSI_LOGGING_H
#define SCSI_LOG_ERROR_SHIFT …
#define SCSI_LOG_TIMEOUT_SHIFT …
#define SCSI_LOG_SCAN_SHIFT …
#define SCSI_LOG_MLQUEUE_SHIFT …
#define SCSI_LOG_MLCOMPLETE_SHIFT …
#define SCSI_LOG_LLQUEUE_SHIFT …
#define SCSI_LOG_LLCOMPLETE_SHIFT …
#define SCSI_LOG_HLQUEUE_SHIFT …
#define SCSI_LOG_HLCOMPLETE_SHIFT …
#define SCSI_LOG_IOCTL_SHIFT …
#define SCSI_LOG_ERROR_BITS …
#define SCSI_LOG_TIMEOUT_BITS …
#define SCSI_LOG_SCAN_BITS …
#define SCSI_LOG_MLQUEUE_BITS …
#define SCSI_LOG_MLCOMPLETE_BITS …
#define SCSI_LOG_LLQUEUE_BITS …
#define SCSI_LOG_LLCOMPLETE_BITS …
#define SCSI_LOG_HLQUEUE_BITS …
#define SCSI_LOG_HLCOMPLETE_BITS …
#define SCSI_LOG_IOCTL_BITS …
extern unsigned int scsi_logging_level;
#ifdef CONFIG_SCSI_LOGGING
#define SCSI_LOG_LEVEL(SHIFT, BITS) …
#define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) …
#else
#define SCSI_LOG_LEVEL …
#define SCSI_CHECK_LOGGING …
#endif
#define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) …
#define SCSI_LOG_TIMEOUT(LEVEL,CMD) …
#define SCSI_LOG_SCAN_BUS(LEVEL,CMD) …
#define SCSI_LOG_MLQUEUE(LEVEL,CMD) …
#define SCSI_LOG_MLCOMPLETE(LEVEL,CMD) …
#define SCSI_LOG_LLQUEUE(LEVEL,CMD) …
#define SCSI_LOG_LLCOMPLETE(LEVEL,CMD) …
#define SCSI_LOG_HLQUEUE(LEVEL,CMD) …
#define SCSI_LOG_HLCOMPLETE(LEVEL,CMD) …
#define SCSI_LOG_IOCTL(LEVEL,CMD) …
#endif