diff options
author | Sakthivel K <Sakthivel.SaravananKamalRaju@pmcs.com> | 2013-03-19 17:56:17 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-10 07:47:47 -0700 |
commit | 1245ee5996a1270e4fd04f9c2e399521a656c930 (patch) | |
tree | 162c4e63c70363e9debe13bad3d8178238860b00 /drivers/scsi/pm8001/pm8001_sas.h | |
parent | f74cf271e692848833b3845b4036a87e5b683fa8 (diff) | |
download | blackbird-obmc-linux-1245ee5996a1270e4fd04f9c2e399521a656c930.tar.gz blackbird-obmc-linux-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 'drivers/scsi/pm8001/pm8001_sas.h')
-rw-r--r-- | drivers/scsi/pm8001/pm8001_sas.h | 2 |
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 { |