aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_sas.h
diff options
context:
space:
mode:
authorSakthivel K <Sakthivel.SaravananKamalRaju@pmcs.com>2013-03-19 17:56:17 +0530
committerJames Bottomley <JBottomley@Parallels.com>2013-05-10 07:47:47 -0700
commit1245ee5996a1270e4fd04f9c2e399521a656c930 (patch)
tree162c4e63c70363e9debe13bad3d8178238860b00 /drivers/scsi/pm8001/pm8001_sas.h
parent[SCSI] pm80xx: Updated common functions common for SPC and SPCv/ve (diff)
downloadlinux-dev-1245ee5996a1270e4fd04f9c2e399521a656c930.tar.xz
linux-dev-1245ee5996a1270e4fd04f9c2e399521a656c930.zip
[SCSI] pm80xx: MSI-X implementation for using 64 interrupts
Implementation of interrupt handlers and tasklets to support upto 64 interrupt for the device. Signed-off-by: Sakthivel K <Sakthivel.SaravananKamalRaju@pmcs.com> Signed-off-by: Anand Kumar S <AnandKumar.Santhanam@pmcs.com> Acked-by: Jack Wang <jack_wang@usish.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/pm8001/pm8001_sas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h
index e0faa9597c26..8e281c8deff2 100644
--- a/drivers/scsi/pm8001/pm8001_sas.h
+++ b/drivers/scsi/pm8001/pm8001_sas.h
@@ -453,7 +453,9 @@ struct pm8001_hba_info {
#endif
u32 logging_level;
u32 fw_status;
+ u32 int_vector;
const struct firmware *fw_image;
+ u8 outq[PM8001_MAX_MSIX_VEC];
};
struct pm8001_work {