diff options
author | James Smart <james.smart@emulex.com> | 2012-05-09 21:16:12 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-17 05:29:22 -0400 |
commit | 8a9d2e8003040d2e1cd24ac5e83bb30b68f7f488 (patch) | |
tree | a0fb34a954b174681a7af4706dee3823db4260ce /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | 587a37f6e007e97e4f88f10a51f5d0bc62eb6e0a (diff) |
[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning profile change
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_crtn.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_crtn.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index 330dd7192a7f..620fa45866dc 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h | |||
@@ -460,6 +460,7 @@ int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t); | |||
460 | int lpfc_issue_reg_vfi(struct lpfc_vport *); | 460 | int lpfc_issue_reg_vfi(struct lpfc_vport *); |
461 | int lpfc_issue_unreg_vfi(struct lpfc_vport *); | 461 | int lpfc_issue_unreg_vfi(struct lpfc_vport *); |
462 | int lpfc_selective_reset(struct lpfc_hba *); | 462 | int lpfc_selective_reset(struct lpfc_hba *); |
463 | int lpfc_sli4_read_config(struct lpfc_hba *phba); | 463 | int lpfc_sli4_read_config(struct lpfc_hba *); |
464 | int lpfc_scsi_buf_update(struct lpfc_hba *phba); | 464 | void lpfc_sli4_node_prep(struct lpfc_hba *); |
465 | void lpfc_sli4_node_prep(struct lpfc_hba *phba); | 465 | int lpfc_sli4_xri_sgl_update(struct lpfc_hba *); |
466 | void lpfc_free_sgl_list(struct lpfc_hba *, struct list_head *); | ||