Lines Matching defs:did
97 "rport terminate: sid:x%x did:x%x flg:x%x",
132 "rport devlosscb: sid:x%x did:x%x flg:x%x",
236 "rport devlosstmo:did:x%x type:x%x id:x%x",
1729 * If user did not specify any addressing mode, or if the
4203 "rport add: did:x%x flg:x%x type x%x",
4258 "rport delete: did:x%x flg:x%x type x%x",
4452 "node statechg did:x%x old:%d ste:%d",
4515 * @did: FC_ID of the node.
4527 uint32_t did)
4534 ndlp->nlp_DID = did;
4551 uint32_t did, flag;
4601 did = ndlp->nlp_DID;
4613 lpfc_initialize_node(vport, ndlp, did);
4644 "node enable: did:x%x",
4978 "did x%x\n",
5352 uint32_t did)
5356 if (did == Bcast_DID)
5360 if (ndlp->nlp_DID == did)
5369 matchdid.un.word = did;
5377 * check that the port did not just go
5407 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
5413 if (lpfc_matchdid(vport, ndlp, did)) {
5428 /* FIND node did <did> NOT FOUND */
5430 "0932 FIND node did x%x NOT FOUND.\n", did);
5435 lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
5442 ndlp = __lpfc_findnode_did(vport, did);
5476 /* FIND node did <did> NOT FOUND */
5478 "2026 FIND mapped did NOT FOUND.\n");
5483 lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
5488 ndlp = lpfc_findnode_did(vport, did);
5493 lpfc_rscn_payload_check(vport, did) == 0)
5495 ndlp = lpfc_nlp_init(vport, did);
5537 if (lpfc_rscn_payload_check(vport, did)) {
6234 "ndlp x%px did x%x flg x%x st x%x "
6343 lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did)
6363 lpfc_initialize_node(vport, ndlp, did);
6385 "node init: did:x%x",
6403 "node release: did:x%x flg:x%x type:x%x",
6407 "0279 %s: ndlp:x%px did %x "
6444 "node get: did:x%x flg:x%x refcnt:x%x",
6484 "node put: did:x%x flg:x%x refcnt:x%x",
6546 "node not used: did:x%x flg:x%x refcnt:x%x",