linux/drivers/scsi/qla2xxx
Anirban Chakraborty 73208dfd7a [SCSI] qla2xxx: add support for multi-queue adapter
Following changes have been made.
1. qla_hw_data structure holds an array for request queue pointers,
and an array for response queue pointers.
2. The base request and response queues are created by default.
3. Additional request and response queues are created at the time of vport
creation. If queue resources are exhausted during vport creation, newly
created vports use the default queue.
4. Requests are sent to the request queue that the vport was assigned
in the beginning.
5. Responses are completed on the response queue with which the request queue
is associated with.

[fixup memcpy argument reversal spotted by davej@redhat.com]
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-12-29 11:24:33 -06:00
..
Kconfig [SCSI] qla2xxx: Update firmware filenames for new ISP parts. 2008-04-07 12:19:11 -05:00
Makefile [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support. 2008-01-23 11:29:32 -06:00
qla_attr.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_dbg.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_dbg.h [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_def.h [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_devtbl.h [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2u. 2007-10-23 15:53:23 -04:00
qla_dfs.c [SCSI] qla2xxx: Refactor qla data structures 2008-12-29 11:24:15 -06:00
qla_fw.h [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_gbl.h [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_gs.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_init.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_inline.h [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_iocb.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_isr.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_mbx.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_mid.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_os.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_settings.h [SCSI] qla2xxx: Remove unused and obsolete #define's. 2008-04-07 12:19:13 -05:00
qla_sup.c [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00
qla_version.h [SCSI] qla2xxx: add support for multi-queue adapter 2008-12-29 11:24:33 -06:00