linux/drivers/scsi/qla2xxx
Anirban Chakraborty eb94114bfd [SCSI] qla2xxx: Fix a bug that clears the interrupt status register for the base queue
The interrupt handler clears the interrupt status register for response
updates in the base queue while working in the multique mode. This could lead
to missing interrupt for async events, mail box completions etc. as these are
also handled in the base queue.  The fix ensures that the interrupt bit is not
cleared for response updates in the ISR when the driver is working in
multiqueue mode.

Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2009-08-22 17:52:19 -05: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: Export additional firmware-states for application support. 2009-06-08 14:46:58 -05:00
qla_dbg.c qla2xxx: Correct (again) overflow during dump-processing on large-memory ISP23xx parts. 2009-06-21 10:52:44 -05:00
qla_dbg.h [SCSI] qla2xxx: Add ISP81XX support. 2009-01-07 15:51:44 -06:00
qla_def.h [SCSI] qla2xxx: Fix __LITTLE_ENDIAN definition warnings 2009-08-22 17:51:55 -05:00
qla_devtbl.h [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card. 2009-02-10 11:15:18 -05:00
qla_dfs.c [SCSI] qla2xxx: Initialize FCE debugfs codes with the proper vha structure. 2009-04-03 09:22:45 -05:00
qla_fw.h [SCSI] qla2xxx: Pad IOCB structure for size requirements. 2009-08-22 17:52:19 -05:00
qla_gbl.h [SCSI] qla2xxx: Synchronize MPI settings after a PE Reset. 2009-06-08 14:47:00 -05:00
qla_gs.c [SCSI] qla2xxx: ISP21xx/22xx do not support FDMI registrations. 2009-08-22 17:52:19 -05:00
qla_init.c qla2xxx: Correct iiDMA-update calling conventions. 2009-06-21 10:52:43 -05:00
qla_inline.h [SCSI] qla2xxx: changes in multiq code 2008-12-29 11:24:35 -06:00
qla_iocb.c [SCSI] qla2xxx: Correct NULL pointer bug in cpu affinity mode. 2009-06-08 14:46:44 -05:00
qla_isr.c [SCSI] qla2xxx: Fix a bug that clears the interrupt status register for the base queue 2009-08-22 17:52:19 -05:00
qla_mbx.c qla2xxx: Limit querying to supported mailbox-registers while reading FW state. 2009-06-21 10:52:44 -05:00
qla_mid.c [SCSI] qla2xxx: Process DPC requests within valid Fabric topologies. 2009-08-22 17:52:17 -05:00
qla_os.c qla2xxx: Fixed a bug in number of response queue creation logic. 2009-06-21 10:52:43 -05: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: fix printk format warnings 2009-06-15 10:09:31 -05:00
qla_version.h qla2xxx: Update version number to 8.03.01-k4. 2009-06-21 10:52:44 -05:00