linux/drivers/scsi/be2iscsi
John Soni Jose 340c99e9ad be2iscsi: Fix updating the next pointer during WRB posting
While posting WRB the next_pointer of the current WRB should point
to itself and the previous WRB next_pointer should point to the
current WRB.

The next pointer value was retrieved during alloc_pdu and was updated
in wrb before ringing the doorbell. The fix retrieves the
next_pointer just before ringing the doorbell and updates in the WRB.

Signed-off-by: John Soni Jose <sony.john@avagotech.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
2015-11-09 15:48:03 -08:00
..
Kconfig be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
Makefile be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
be.h be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
be_cmds.c be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
be_cmds.h be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
be_iscsi.c be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
be_iscsi.h MAINTAINERS, be2iscsi: change email domain 2015-05-18 11:34:52 -07:00
be_main.c be2iscsi: Fix updating the next pointer during WRB posting 2015-11-09 15:48:03 -08:00
be_main.h be2iscsi: Fix updating the next pointer during WRB posting 2015-11-09 15:48:03 -08:00
be_mgmt.c be2iscsi: Fix updating the next pointer during WRB posting 2015-11-09 15:48:03 -08:00
be_mgmt.h be2iscsi: Fix updating the next pointer during WRB posting 2015-11-09 15:48:03 -08:00