|
@@ -2948,21 +2948,9 @@ skip_msi:
|
|
|
|
|
|
clear_risc_ints:
|
|
|
|
|
|
- /*
|
|
|
- * FIXME: Noted that 8014s were being dropped during NK testing.
|
|
|
- * Timing deltas during MSI-X/INTa transitions?
|
|
|
- */
|
|
|
- if (IS_QLA81XX(ha) || IS_QLA82XX(ha) || IS_QLA83XX(ha))
|
|
|
- goto fail;
|
|
|
spin_lock_irq(&ha->hardware_lock);
|
|
|
- if (IS_FWI2_CAPABLE(ha)) {
|
|
|
- WRT_REG_DWORD(®->isp24.hccr, HCCRX_CLR_HOST_INT);
|
|
|
- WRT_REG_DWORD(®->isp24.hccr, HCCRX_CLR_RISC_INT);
|
|
|
- } else {
|
|
|
+ if (!IS_FWI2_CAPABLE(ha))
|
|
|
WRT_REG_WORD(®->isp.semaphore, 0);
|
|
|
- WRT_REG_WORD(®->isp.hccr, HCCR_CLR_RISC_INT);
|
|
|
- WRT_REG_WORD(®->isp.hccr, HCCR_CLR_HOST_INT);
|
|
|
- }
|
|
|
spin_unlock_irq(&ha->hardware_lock);
|
|
|
|
|
|
fail:
|