Lines Matching defs:nportid
3589 uint32_t nportid;
3603 nportid = FC_FID_FCTRL;
3605 ndlp = lpfc_findnode_did(vport, nportid);
3608 ndlp = lpfc_nlp_init(vport, nportid);
3627 nportid = vport->fc_myDID;
3630 event->portid.rscn_fid[0] = (nportid & 0x00FF0000) >> 16;
3631 event->portid.rscn_fid[1] = (nportid & 0x0000FF00) >> 8;
3632 event->portid.rscn_fid[2] = nportid & 0x000000FF;
3659 * @nportid: N_Port identifier to the remote node.
3663 * (FARPR) to a node on a vport. The remote node N_Port identifier (@nportid)
3678 lpfc_issue_els_farpr(struct lpfc_vport *vport, uint32_t nportid, uint8_t retry)
3692 ndlp = lpfc_findnode_did(vport, nportid);
3694 ndlp = lpfc_nlp_init(vport, nportid);
3714 *lp++ = be32_to_cpu(nportid);
3721 ondlp = lpfc_findnode_did(vport, nportid);
8028 uint32_t payload_len, length, nportid, *cmd;
8088 nportid = *datap++;
8089 nportid = ((be32_to_cpu(nportid)) & Mask_DID);
8092 if (lpfc_find_vport_by_did(phba, nportid))