diff options
author | James Smart <james.smart@emulex.com> | 2013-04-18 02:18:39 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 22:06:38 +0200 |
commit | a88dbb6a960675f15fa02b4f057388b2b4bc8286 (patch) | |
tree | 40c6a497cf5b718fd90fc4f6c8dfa6ac086a9ed6 /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | [SCSI] lpfc 8.3.39: Fixed bad book keeping in posting els sgls to port (diff) | |
download | linux-a88dbb6a960675f15fa02b4f057388b2b4bc8286.tar.xz linux-a88dbb6a960675f15fa02b4f057388b2b4bc8286.zip |
[SCSI] lpfc 8.3.39: Fixed not returning FAILED status when SCSI invoking host reset handler failed
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index 7631893ae005..d41456e5f814 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h @@ -470,3 +470,4 @@ int lpfc_sli4_xri_sgl_update(struct lpfc_hba *); void lpfc_free_sgl_list(struct lpfc_hba *, struct list_head *); uint32_t lpfc_sli_port_speed_get(struct lpfc_hba *); int lpfc_sli4_request_firmware_update(struct lpfc_hba *, uint8_t); +void lpfc_sli4_offline_eratt(struct lpfc_hba *); |