[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.
authorMadhuranath Iyengar <madhuranath.iyengar@qlogic.com>
Tue, 4 May 2010 22:01:28 +0000 (15:01 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 16 May 2010 22:21:56 +0000 (18:21 -0400)
commit4916392b56921b4aaaeaca3ef492135f42fbb5f2
tree6f3a209b1386b74009c197978e677afa04f0d651
parentb7d2280c153b33fc60f1a89406d2329137a8b61c
[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.

Currently, BSG and IOCB/Logio commands have a different
framework (srb structs). The purpose of this effort is to
consolidate them into a generalized framework for these
as well as other asynchronous operations in the future.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_bsg.c
drivers/scsi/qla2xxx/qla_def.h
drivers/scsi/qla2xxx/qla_gbl.h
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_iocb.c
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_os.c