]> www.infradead.org Git - users/jedix/linux-maple.git/commit
be2iscsi: Fix for MBX timeout issue
authorJayamohan Kallickal <jayamohan.kallickal@emulex.com>
Mon, 17 Dec 2012 02:46:12 +0000 (18:46 -0800)
committerJerry Snitselaar <jerry.snitselaar@oracle.com>
Tue, 8 Jan 2013 23:37:33 +0000 (16:37 -0700)
commit2832119d5e01b1f979369aa6dbf1504e9d120882
treed83bb93be763988363ef2ff3ebd69bcdeb02eb45
parent959d77603360888c680fd81530900ee213286a32
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: Jayamohan Kallickal <jayamohan.kallickal@emulex.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