diff options
author | John Soni Jose <sony.john-n@emulex.com> | 2012-08-20 23:00:08 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 17:59:26 +0100 |
commit | 9aef4200ee25636edd77b022f996b6f5870ce567 (patch) | |
tree | 0d45833ee43aa9e8cd972b8b3d2f5edae7132555 /drivers/scsi/be2iscsi/be_main.h | |
parent | afd96fa45bd251daea43d3645561d3806a070ee2 (diff) | |
download | lwn-9aef4200ee25636edd77b022f996b6f5870ce567.tar.gz lwn-9aef4200ee25636edd77b022f996b6f5870ce567.zip |
[SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump mode
When the driver comes up in crashdump mode, it has to explicitly
issue command to FW for logging to the boot target. This fix issues
MBX Cmd to login to boot target in crashdump mode.
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 'drivers/scsi/be2iscsi/be_main.h')
-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 40fea6ec879c..8b2ce610b06d 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -84,6 +84,7 @@ #define MAX_CMD_SZ 65536 #define IIOC_SCSI_DATA 0x05 /* Write Operation */ +#define INVALID_SESS_HANDLE 0xFFFFFFFF #define DBG_LVL 0x00000001 #define DBG_LVL_1 0x00000001 #define DBG_LVL_2 0x00000002 |