Lines Matching refs:Did

738 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type)  in lpfc_prep_node_fc4type()  argument
745 ndlp = lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
750 Did, ndlp->nlp_flag, vport->fc_flag); in lpfc_prep_node_fc4type()
761 "Data: x%x x%x x%x x%x x%x\n", Did, in lpfc_prep_node_fc4type()
778 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
783 Did, vport->fc_flag, in lpfc_prep_node_fc4type()
788 lpfc_rscn_payload_check(vport, Did)) { in lpfc_prep_node_fc4type()
791 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
797 ndlp = lpfc_findnode_did(vport, Did); in lpfc_prep_node_fc4type()
805 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
807 0, Did) == 0) in lpfc_prep_node_fc4type()
810 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
814 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
818 "Data: x%x x%x\n", Did, in lpfc_prep_node_fc4type()
826 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did() argument
838 str, Did, fc4_type, in lpfc_ns_rsp_audit_did()
845 if (Did != vport->fc_myDID && in lpfc_ns_rsp_audit_did()
846 (!lpfc_find_vport_by_did(phba, Did) || in lpfc_ns_rsp_audit_did()
850 lpfc_prep_node_fc4type(vport, Did, fc4_type); in lpfc_ns_rsp_audit_did()
859 if (ndlp->nlp_DID == Did) in lpfc_ns_rsp_audit_did()
876 uint32_t Did, CTentry; in lpfc_ns_rsp() local
903 Did = ((be32_to_cpu(CTentry)) & Mask_DID); in lpfc_ns_rsp()
904 lpfc_ns_rsp_audit_did(vport, Did, fc4_type); in lpfc_ns_rsp()