]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] qla2xxx: Remove interrupt request bit check in the response processing path...
authorAnirban Chakraborty <anirban.chakraborty@qlogic.com>
Mon, 9 Feb 2009 04:50:11 +0000 (20:50 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Tue, 10 Feb 2009 16:15:19 +0000 (11:15 -0500)
commit618a752319503a64d1b66615e8ea2a0e7edaf914
tree194fc6230e5264c2795b42fb99956d9477590ce4
parente916141c6889e2a35869d7057ef1cc5e5a2e86eb
[SCSI] qla2xxx: Remove interrupt request bit check in the response processing path in multiq mode.

Correct response-queue-0 processing by instructing the firmware
to run with interrupt-handshaking disabled, similarly to what is
now done for all non-0 response queues.  Since all
response-queues now run in the same mode, the driver no longer
needs the hot-path 'is-disabled-HCCR' test.

Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_gbl.h
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_mbx.c
drivers/scsi/qla2xxx/qla_mid.c