diff options
author | James Smart <james.smart@emulex.com> | 2012-09-29 11:30:31 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-08 06:57:44 -0400 |
commit | 2a94aea436759453833008df9457cb90faa15107 (patch) | |
tree | 84372f108ff206a72758d3110ab7cb6db56b4d62 /drivers | |
parent | 5402a3158118ff3c67376f5fca7ad0da68e3ba0e (diff) |
[SCSI] lpfc 8.3.35: Fix FCP2 Retries for non-r/w commands.
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-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 f4ab975985a4..d7f3313ef886 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -8109,6 +8109,8 @@ lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq, | |||
8109 | bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com, | 8109 | bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com, |
8110 | LPFC_WQE_LENLOC_NONE); | 8110 | LPFC_WQE_LENLOC_NONE); |
8111 | bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0); | 8111 | bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0); |
8112 | bf_set(wqe_erp, &wqe->fcp_icmd.wqe_com, | ||
8113 | iocbq->iocb.ulpFCP2Rcvy); | ||
8112 | break; | 8114 | break; |
8113 | case CMD_GEN_REQUEST64_CR: | 8115 | case CMD_GEN_REQUEST64_CR: |
8114 | /* For this command calculate the xmit length of the | 8116 | /* For this command calculate the xmit length of the |