diff options
author | Saurav Kashyap <saurav.kashyap@qlogic.com> | 2014-04-11 16:54:14 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-05-19 13:31:00 +0200 |
commit | edaa5c74177a6856f108b4909407985b6d3f951c (patch) | |
tree | 105c28106011192d784cc49ddb074367adb2cbca /drivers/scsi/qla2xxx/qla_def.h | |
parent | 2c5bbbb25f0dd6b178f9b03c93c87b6d7727cdc4 (diff) | |
download | linux-edaa5c74177a6856f108b4909407985b6d3f951c.tar.gz linux-edaa5c74177a6856f108b4909407985b6d3f951c.tar.bz2 linux-edaa5c74177a6856f108b4909407985b6d3f951c.zip |
qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044.
Signed-off-by: Giridhar Malavali <giridhar.malvali@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 89bece72ef66..bab1cf12d1e9 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -3141,6 +3141,7 @@ struct qla_hw_data { uint32_t fw_dump_len; int fw_dumped; int fw_dump_reading; + int prev_minidump_failed; dma_addr_t eft_dma; void *eft; /* Current size of mctp dump is 0x086064 bytes */ |