Lines Matching refs:did

140 			      "rport terminate: sid:x%x did:x%x flg:x%x",
167 "rport devlosscb: sid:x%x did:x%x flg:x%x",
448 "rport devlosstmo:did:x%x type:x%x id:x%x",
2053 * If user did not specify any addressing mode, or if the
4477 "rport add: did:x%x flg:x%x type x%x",
4545 "rport delete: did:x%x flg:x%x type x%x",
4833 "node statechg did:x%x old:%d ste:%d",
4893 * @did: FC_ID of the node.
4905 uint32_t did)
4912 ndlp->nlp_DID = did;
5267 "did x%x\n",
5541 uint32_t did)
5545 if (did == Bcast_DID)
5549 if (ndlp->nlp_DID == did)
5558 matchdid.un.word = did;
5566 * check that the port did not just go
5596 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
5602 if (lpfc_matchdid(vport, ndlp, did)) {
5617 /* FIND node did <did> NOT FOUND */
5619 "0932 FIND node did x%x NOT FOUND.\n", did);
5624 lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
5631 ndlp = __lpfc_findnode_did(vport, did);
5665 /* FIND node did <did> NOT FOUND */
5667 "2026 FIND mapped did NOT FOUND.\n");
5672 lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
5676 ndlp = lpfc_findnode_did(vport, did);
5681 lpfc_rscn_payload_check(vport, did) == 0)
5683 ndlp = lpfc_nlp_init(vport, did);
5706 if (lpfc_rscn_payload_check(vport, did)) {
6409 "ndlp x%px did x%x flg x%x st x%x "
6518 lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did)
6540 lpfc_initialize_node(vport, ndlp, did);
6561 "node init: did:x%x",
6578 "node release: did:x%x flg:x%x type:x%x",
6582 "0279 %s: ndlp: x%px did %x refcnt:%d rpi:%x\n",
6631 "node get: did:x%x flg:x%x refcnt:x%x",
6663 "node put: did:x%x flg:x%x refcnt:x%x",