Lines Matching refs:Did

715 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type)  in lpfc_prep_node_fc4type()  argument
722 ndlp = lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
727 Did, ndlp->nlp_flag, vport->fc_flag); in lpfc_prep_node_fc4type()
738 "Data: x%x x%x x%x x%x x%x\n", Did, in lpfc_prep_node_fc4type()
755 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
760 Did, vport->fc_flag, in lpfc_prep_node_fc4type()
765 lpfc_rscn_payload_check(vport, Did)) { in lpfc_prep_node_fc4type()
768 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
774 ndlp = lpfc_findnode_did(vport, Did); in lpfc_prep_node_fc4type()
782 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
784 0, Did) == 0) in lpfc_prep_node_fc4type()
787 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
791 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
795 "Data: x%x x%x\n", Did, in lpfc_prep_node_fc4type()
803 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did() argument
815 str, Did, fc4_type, in lpfc_ns_rsp_audit_did()
822 if (Did != vport->fc_myDID && in lpfc_ns_rsp_audit_did()
823 (!lpfc_find_vport_by_did(phba, Did) || in lpfc_ns_rsp_audit_did()
827 lpfc_prep_node_fc4type(vport, Did, fc4_type); in lpfc_ns_rsp_audit_did()
836 if (ndlp->nlp_DID == Did) in lpfc_ns_rsp_audit_did()
853 uint32_t Did, CTentry; in lpfc_ns_rsp() local
880 Did = ((be32_to_cpu(CTentry)) & Mask_DID); in lpfc_ns_rsp()
881 lpfc_ns_rsp_audit_did(vport, Did, fc4_type); in lpfc_ns_rsp()