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
467 ndlp = lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
472 Did, ndlp->nlp_flag, vport->fc_flag); in lpfc_prep_node_fc4type()
488 "Data: x%x x%x x%x x%x\n", Did, in lpfc_prep_node_fc4type()
495 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
499 "Data: x%x x%x\n", Did, in lpfc_prep_node_fc4type()
505 lpfc_rscn_payload_check(vport, Did)) { in lpfc_prep_node_fc4type()
508 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
514 ndlp = lpfc_findnode_did(vport, Did); in lpfc_prep_node_fc4type()
522 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
524 0, Did) == 0) in lpfc_prep_node_fc4type()
527 lpfc_setup_disc_node(vport, Did); in lpfc_prep_node_fc4type()
531 Did, vport->fc_flag, vport->fc_rscn_id_cnt); in lpfc_prep_node_fc4type()
535 "Data: x%x x%x\n", Did, in lpfc_prep_node_fc4type()
543 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did() argument
553 if (Did != vport->fc_myDID && in lpfc_ns_rsp_audit_did()
554 (!lpfc_find_vport_by_did(phba, Did) || in lpfc_ns_rsp_audit_did()
558 lpfc_prep_node_fc4type(vport, Did, fc4_type); in lpfc_ns_rsp_audit_did()
567 if (ndlp->nlp_DID == Did) in lpfc_ns_rsp_audit_did()
584 uint32_t Did, CTentry; in lpfc_ns_rsp() local
612 Did = ((be32_to_cpu(CTentry)) & Mask_DID); in lpfc_ns_rsp()
613 lpfc_ns_rsp_audit_did(vport, Did, fc4_type); in lpfc_ns_rsp()