diff options
author | James Smart <james.smart@emulex.com> | 2012-05-09 21:16:50 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-17 05:41:20 -0400 |
commit | a7dd9c0f44966b4328b52c5e32f8c3345e3482e5 (patch) | |
tree | b5e25f040d0614950415c56aa9cd2ab92445aad1 | |
parent | e64464391d39b69c950d3645f001eb1af7a8bfd0 (diff) |
[SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapter
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>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index b887c9c5372a..57eaaa51e1d6 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -7895,7 +7895,7 @@ lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq, | |||
7895 | iocbq->vport->fc_myDID); | 7895 | iocbq->vport->fc_myDID); |
7896 | bf_set(wqe_ct, &wqe->els_req.wqe_com, 1); | 7896 | bf_set(wqe_ct, &wqe->els_req.wqe_com, 1); |
7897 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, | 7897 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, |
7898 | phba->vpi_ids[phba->pport->vpi]); | 7898 | phba->vpi_ids[iocbq->vport->vpi]); |
7899 | } else if (pcmd && iocbq->context1) { | 7899 | } else if (pcmd && iocbq->context1) { |
7900 | bf_set(wqe_ct, &wqe->els_req.wqe_com, 0); | 7900 | bf_set(wqe_ct, &wqe->els_req.wqe_com, 0); |
7901 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, | 7901 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, |