Lines Matching refs:Did

460 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type)  in lpfc_prep_node_fc4type()  argument
468 ndlp = lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
473 Did, ndlp->nlp_flag, vport->fc_flag); in lpfc_prep_node_fc4type()
484 "Data: x%x x%x x%x x%x x%x\n", Did, in lpfc_prep_node_fc4type()
501 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
506 Did, vport->fc_flag, in lpfc_prep_node_fc4type()
511 lpfc_rscn_payload_check(vport, Did)) { in lpfc_prep_node_fc4type()
514 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
520 ndlp = lpfc_findnode_did(vport, Did); in lpfc_prep_node_fc4type()
528 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
530 0, Did) == 0) in lpfc_prep_node_fc4type()
533 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
537 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
541 "Data: x%x x%x\n", Did, in lpfc_prep_node_fc4type()
549 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did() argument
562 str, Did, fc4_type, in lpfc_ns_rsp_audit_did()
569 if (Did != vport->fc_myDID && in lpfc_ns_rsp_audit_did()
570 (!lpfc_find_vport_by_did(phba, Did) || in lpfc_ns_rsp_audit_did()
574 lpfc_prep_node_fc4type(vport, Did, fc4_type); in lpfc_ns_rsp_audit_did()
583 if (ndlp->nlp_DID == Did) in lpfc_ns_rsp_audit_did()
600 uint32_t Did, CTentry; in lpfc_ns_rsp() local
628 Did = ((be32_to_cpu(CTentry)) & Mask_DID); in lpfc_ns_rsp()
629 lpfc_ns_rsp_audit_did(vport, Did, fc4_type); in lpfc_ns_rsp()