[SCSI] be2iscsi: Fix for MBX timeout issue
authorJohn Soni Jose <sony.john-n@emulex.com>
Fri, 19 Oct 2012 23:15:40 +0000 (04:45 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 27 Nov 2012 04:59:41 +0000 (08:59 +0400)
commite175defea7b2019613765fee63afcca354e0041d
treecf66278fcceaf328d3e4b34171455aae3398f88e
parent5faf17b4f46c4c066ccd5eb2aa5b4a100ade2702
[SCSI] be2iscsi: Fix for MBX timeout issue

The MBX timeout value set to 100 and if adapter doesn;t
return response in that time driver will return from waiting
for completion with an error to the caller. In the earlier code
driver use to wait until MBX  response comes from adapter.

Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/be2iscsi/be_cmds.c
drivers/scsi/be2iscsi/be_cmds.h
drivers/scsi/be2iscsi/be_iscsi.c
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/be2iscsi/be_main.h
drivers/scsi/be2iscsi/be_mgmt.c