linux-sg2042/drivers/scsi/be2iscsi
Jayamohan Kallickal 9728d8d035 [SCSI] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA Handle
For each ASYNC PDU received there is an HDR and DATA handle for it.
There will be only 1 HDR ASYNC Handle, but DATA Handle can be more
than 1 for each ASYNC PDU received. Checking if the ASYNC Handle
correspongs to HDR or DATA while returning the Handle to the free list.
hwi_free_async_msg just return the handles to the free list. No return
values are needed so changing the return type to void.

Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-04-25 09:26:24 +01:00
..
Kconfig [SCSI] be2iscsi: select ISCSI_BOOT_SYSFS 2010-08-06 09:41:59 -05:00
Makefile [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driver 2009-10-02 09:50:33 -05:00
be.h [SCSI] be2iscsi: Remove unused OFFSET_IN_PAGE() macro 2012-04-23 19:28:02 +01:00
be_cmds.c [SCSI] be2iscsi: memset wrb for ring create 2011-10-16 11:03:40 -05:00
be_cmds.h [SCSI] be2iscsi: Update external Branding to Emulex 2012-04-25 09:23:08 +01:00
be_iscsi.c [SCSI] be2iscsi: Fix typo function name mismatch 2012-04-25 09:05:08 +01:00
be_iscsi.h switch ->is_visible() to returning umode_t 2012-01-03 22:54:55 -05:00
be_main.c [SCSI] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA Handle 2012-04-25 09:26:24 +01:00
be_main.h [SCSI] be2iscsi: Bump the driver Version 2012-04-25 09:24:56 +01:00
be_mgmt.c [SCSI] be2iscsi: fix chip cleanup 2011-05-01 16:34:41 -05:00
be_mgmt.h [SCSI] be2iscsi: WRB Initialization and Failure code path change 2012-04-25 09:00:38 +01:00