Lines Matching defs: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",
449 "rport devlosstmo:did:x%x type:x%x id:x%x",
2066 * If user did not specify any addressing mode, or if the
4519 "rport add: did:x%x flg:x%x type x%x",
4587 "rport delete: did:x%x flg:x%x type x%x",
4880 "node statechg did:x%x old:%d ste:%d",
4940 * @did: FC_ID of the node.
4952 uint32_t did)
4959 ndlp->nlp_DID = did;
5318 "did x%x\n",
5591 uint32_t did)
5595 if (did == Bcast_DID)
5599 if (ndlp->nlp_DID == did)
5608 matchdid.un.word = did;
5616 * check that the port did not just go
5646 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
5652 if (lpfc_matchdid(vport, ndlp, did)) {
5667 /* FIND node did <did> NOT FOUND */
5669 "0932 FIND node did x%x NOT FOUND.\n", did);
5674 lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
5681 ndlp = __lpfc_findnode_did(vport, did);
5715 /* FIND node did <did> NOT FOUND */
5717 "2026 FIND mapped did NOT FOUND.\n");
5722 lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
5726 ndlp = lpfc_findnode_did(vport, did);
5731 lpfc_rscn_payload_check(vport, did) == 0)
5733 ndlp = lpfc_nlp_init(vport, did);
5756 if (lpfc_rscn_payload_check(vport, did)) {
6473 "ndlp x%px did x%x flg x%x st x%x "
6582 lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did)
6604 lpfc_initialize_node(vport, ndlp, did);
6625 "node init: did:x%x",
6642 "node release: did:x%x flg:x%x type:x%x",
6646 "0279 %s: ndlp: x%px did %x refcnt:%d rpi:%x\n",
6695 "node get: did:x%x flg:x%x refcnt:x%x",
6727 "node put: did:x%x flg:x%x refcnt:x%x",