Lines Matching defs:nportid
3277 uint32_t nportid;
3291 nportid = FC_FID_FCTRL;
3293 ndlp = lpfc_findnode_did(vport, nportid);
3296 ndlp = lpfc_nlp_init(vport, nportid);
3325 nportid = vport->fc_myDID;
3328 event->portid.rscn_fid[0] = (nportid & 0x00FF0000) >> 16;
3329 event->portid.rscn_fid[1] = (nportid & 0x0000FF00) >> 8;
3330 event->portid.rscn_fid[2] = nportid & 0x000000FF;
3360 * @nportid: N_Port identifier to the remote node.
3364 * (FARPR) to a node on a vport. The remote node N_Port identifier (@nportid)
3380 lpfc_issue_els_farpr(struct lpfc_vport *vport, uint32_t nportid, uint8_t retry)
3393 ndlp = lpfc_findnode_did(vport, nportid);
3395 ndlp = lpfc_nlp_init(vport, nportid);
3424 *lp++ = be32_to_cpu(nportid);
3431 ondlp = lpfc_findnode_did(vport, nportid);
6716 uint32_t payload_len, length, nportid, *cmd;
6776 nportid = *datap++;
6777 nportid = ((be32_to_cpu(nportid)) & Mask_DID);
6780 if (lpfc_find_vport_by_did(phba, nportid))