|
@@ -2523,6 +2523,7 @@ lpfc_nvmet_sol_fcp_issue_abort(struct lpfc_hba *phba,
|
|
abts_wqeq->iocb_cmpl = 0;
|
|
abts_wqeq->iocb_cmpl = 0;
|
|
abts_wqeq->iocb_flag |= LPFC_IO_NVME;
|
|
abts_wqeq->iocb_flag |= LPFC_IO_NVME;
|
|
abts_wqeq->context2 = ctxp;
|
|
abts_wqeq->context2 = ctxp;
|
|
|
|
+ abts_wqeq->vport = phba->pport;
|
|
rc = lpfc_sli4_issue_wqe(phba, LPFC_FCP_RING, abts_wqeq);
|
|
rc = lpfc_sli4_issue_wqe(phba, LPFC_FCP_RING, abts_wqeq);
|
|
spin_unlock_irqrestore(&phba->hbalock, flags);
|
|
spin_unlock_irqrestore(&phba->hbalock, flags);
|
|
if (rc == WQE_SUCCESS) {
|
|
if (rc == WQE_SUCCESS) {
|