diff options
author | Jayamohan Kallickal <jayamohank@gmail.com> | 2013-09-29 00:35:55 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 10:58:09 +0200 |
commit | afb9605844d117276532aabc5087e9fc3c0a08d2 (patch) | |
tree | 66df4c9fbc780b40fcda6ea87640478e17928148 /drivers/scsi/be2iscsi/be_main.h | |
parent | [SCSI] be2iscsi: Fix MSIx creation for SKH-R adapter (diff) | |
download | linux-afb9605844d117276532aabc5087e9fc3c0a08d2.tar.xz linux-afb9605844d117276532aabc5087e9fc3c0a08d2.zip |
[SCSI] be2iscsi: Fix log level for protocol specific logs
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 88291b0051bf..a8ae6b82c3e1 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -1040,6 +1040,7 @@ struct hwi_context_memory { #define BEISCSI_LOG_EH 0x0008 /* Error Handler */ #define BEISCSI_LOG_IO 0x0010 /* IO Code Path */ #define BEISCSI_LOG_CONFIG 0x0020 /* CONFIG Code Path */ +#define BEISCSI_LOG_ISCSI 0x0040 /* SCSI/iSCSI Protocol related Logs */ #define beiscsi_log(phba, level, mask, fmt, arg...) \ do { \ |