diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2012-08-23 04:52:18 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-24 10:10:57 +0200 |
commit | 9aec02497590cac5abdb5c044e3ec57010b1d808 (patch) | |
tree | a11d14e7e61df199b16c28825fbd781cd74ac1aa /drivers/scsi/bfa/bfa_modules.h | |
parent | [SCSI] bfa: Add PowerPC support and enable PCIE AER handling. (diff) | |
download | linux-9aec02497590cac5abdb5c044e3ec57010b1d808.tar.xz linux-9aec02497590cac5abdb5c044e3ec57010b1d808.zip |
[SCSI] bfa: Fix to process mbox interrupts only if interrupts are enabled in INTx mode.
- Made changes to process mbox and error interrupts only if interrupts are
enabled, when running in INTx mode.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfa_modules.h')
-rw-r--r-- | drivers/scsi/bfa/bfa_modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa_modules.h b/drivers/scsi/bfa/bfa_modules.h index 2d36e4823835..189fff71e3c2 100644 --- a/drivers/scsi/bfa/bfa_modules.h +++ b/drivers/scsi/bfa/bfa_modules.h @@ -121,6 +121,7 @@ struct bfa_s { bfa_boolean_t fcs; /* FCS is attached to BFA */ struct bfa_msix_s msix; int bfa_aen_seq; + bfa_boolean_t intr_enabled; /* Status of interrupts */ }; extern bfa_boolean_t bfa_auto_recover; |