linux/drivers/scsi/be2iscsi
Jayamohan Kallickal daa8dc081c be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path
Getting WRB for MCCQ posting was done before looking if tag is
 available or not. This lead to increase phba->ctrl.mcc_obj.q.used
 variable and the WARN_ON message was coming from wrb_from_mccq().
 Moved getting wrb from mccq after checking for the tag.

 In wrb_from_mccq(), memset is done before returning wrb ptr.
 Removed memset of mccq wrb from all other functions.

Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2014-05-28 18:13:14 +02:00
..
be_cmds.c [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
be_cmds.h [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
be_iscsi.c [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
be_iscsi.h [SCSI] be2scsi: Update copyright dates to 2013 2013-05-02 08:16:45 -07:00
be_main.c Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block 2014-04-01 19:19:15 -07:00
be_main.h [SCSI] be2iscsi : Bump the driver version 2014-03-15 10:19:11 -07:00
be_mgmt.c be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path 2014-05-28 18:13:14 +02:00
be_mgmt.h [SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX Completion 2013-10-25 09:58:09 +01:00
be.h [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens 2014-03-15 10:19:11 -07:00
Kconfig [SCSI] be2iscsi: select ISCSI_BOOT_SYSFS 2010-08-06 09:41:59 -05:00
Makefile