diff options
author | James Smart <james.smart@emulex.com> | 2012-03-01 22:34:19 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-03-27 08:26:29 +0100 |
commit | 41899be7e8b95c9c8b51ad4ff932769af508306f (patch) | |
tree | 0e1782192f86a9bedbc23bbdc1414ef7a2552b2c /drivers/scsi/lpfc/lpfc_sli.c | |
parent | bdcd2b926192c7f690a9cb4fb2de30eb820983fc (diff) | |
download | op-kernel-dev-41899be7e8b95c9c8b51ad4ff932769af508306f.zip op-kernel-dev-41899be7e8b95c9c8b51ad4ff932769af508306f.tar.gz |
[SCSI] lpfc 8.3.30: Fix port and system failure in SLI4 FC function reset
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 5a15ce8..99afe15 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c @@ -5613,6 +5613,8 @@ lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba) rc = -ENOMEM; goto free_vpi_ids; } + phba->sli4_hba.max_cfg_param.xri_used = 0; + phba->sli4_hba.xri_count = 0; phba->sli4_hba.xri_ids = kzalloc(count * sizeof(uint16_t), GFP_KERNEL); |