diff options
author | James Smart <james.smart@emulex.com> | 2012-08-14 14:25:21 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 12:59:22 -0400 |
commit | 086a345f9d53dbc57243ee8d7764e255cb6bbd64 (patch) | |
tree | ff25797a465ff22c648709e00abb83c6acb0ddcb /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | 0e58076b376824875e7e509b8dd352377a41cbbc (diff) |
[SCSI] lpfc 8.3.34: Add LOGO support after ABTS compliance
Make compliant with FC specs by sending LOGO after ABTS timeouts
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index 10429149f785..e470c489de07 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h | |||
@@ -457,6 +457,8 @@ int lpfc_sli4_queue_create(struct lpfc_hba *); | |||
457 | void lpfc_sli4_queue_destroy(struct lpfc_hba *); | 457 | void lpfc_sli4_queue_destroy(struct lpfc_hba *); |
458 | void lpfc_sli4_abts_err_handler(struct lpfc_hba *, struct lpfc_nodelist *, | 458 | void lpfc_sli4_abts_err_handler(struct lpfc_hba *, struct lpfc_nodelist *, |
459 | struct sli4_wcqe_xri_aborted *); | 459 | struct sli4_wcqe_xri_aborted *); |
460 | void lpfc_sli_abts_recover_port(struct lpfc_vport *, | ||
461 | struct lpfc_nodelist *); | ||
460 | int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t); | 462 | int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t); |
461 | int lpfc_issue_reg_vfi(struct lpfc_vport *); | 463 | int lpfc_issue_reg_vfi(struct lpfc_vport *); |
462 | int lpfc_issue_unreg_vfi(struct lpfc_vport *); | 464 | int lpfc_issue_unreg_vfi(struct lpfc_vport *); |