linux/drivers/scsi/be2iscsi
Mike Christie 1282ab76d9 [SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup task
The WRB and SGL Handle allocated for Login task were not freed
back to the pool after the login process was done. This code
releases the WRB and SGL Handle after the login process.

v2:
- Fix up locking so bh calls are not done when not needed.
- Make beiscsi_cleanup_task static.

Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
[various fixes]
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-04-25 09:01:40 +01:00
..
Kconfig [SCSI] be2iscsi: select ISCSI_BOOT_SYSFS 2010-08-06 09:41:59 -05:00
Makefile
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: Fix for kdump failure 2011-10-16 11:01:06 -05:00
be_iscsi.c switch ->is_visible() to returning umode_t 2012-01-03 22:54:55 -05:00
be_iscsi.h switch ->is_visible() to returning umode_t 2012-01-03 22:54:55 -05:00
be_main.c [SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup task 2012-04-25 09:01:40 +01:00
be_main.h [SCSI] be2iscsi: Fix in the Asynchronous Code Path 2012-04-25 08:52:50 +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