}
        } else if ((!(ndlp->nlp_type & NLP_FABRIC) &&
                ((ndlp->nlp_type & NLP_FCP_TARGET) ||
-               !(ndlp->nlp_type & NLP_FCP_INITIATOR))) ||
+               (ndlp->nlp_type & NLP_NVME_TARGET) ||
+               (vport->fc_flag & FC_PT2PT))) ||
                (ndlp->nlp_state == NLP_STE_ADISC_ISSUE)) {
-               /* Only try to re-login if this is NOT a Fabric Node */
+               /* Only try to re-login if this is NOT a Fabric Node
+                * AND the remote NPORT is a FCP/NVME Target or we
+                * are in pt2pt mode. NLP_STE_ADISC_ISSUE is a special
+                * case for LOGO as a response to ADISC behavior.
+                */
                mod_timer(&ndlp->nlp_delayfunc,
                          jiffies + msecs_to_jiffies(1000 * 1));
                spin_lock_irq(&ndlp->lock);