Lines Matching defs:nrport
382 ndlp->nrport = NULL;
427 lpfc_rport = axchg->ndlp->nrport;
2487 /* If the ndlp already has an nrport, this is just
2505 ndlp->nrport = NULL;
2517 (!prev_ndlp->nrport))
2527 ndlp->nrport = rport;
2564 struct lpfc_nvme_rport *nrport;
2568 nrport = lpfc_ndlp_get_nrport(ndlp);
2569 if (nrport)
2570 remoteport = nrport->remoteport;
2575 "state x%x nrport x%px remoteport x%px\n",
2577 nrport, remoteport);
2579 if (!nrport || !remoteport)