Lines Matching refs:ndlp

78 	struct lpfc_nodelist *ndlp;  member
298 struct lpfc_nodelist *ndlp; in lpfc_bsg_send_mgmt_cmd_cmp() local
322 ndlp = iocb->cmdiocbq->ndlp; in lpfc_bsg_send_mgmt_cmd_cmp()
360 lpfc_nlp_put(ndlp); in lpfc_bsg_send_mgmt_cmd_cmp()
384 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_bsg_send_mgmt_cmd() local
401 if (ndlp->nlp_flag & NLP_ELS_SND_MASK) in lpfc_bsg_send_mgmt_cmd()
455 ulp_context = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]; in lpfc_bsg_send_mgmt_cmd()
457 ulp_context = ndlp->nlp_rpi; in lpfc_bsg_send_mgmt_cmd()
487 cmdiocbq->ndlp = lpfc_nlp_get(ndlp); in lpfc_bsg_send_mgmt_cmd()
488 if (!cmdiocbq->ndlp) { in lpfc_bsg_send_mgmt_cmd()
510 lpfc_nlp_put(ndlp); in lpfc_bsg_send_mgmt_cmd()
556 struct lpfc_nodelist *ndlp; in lpfc_bsg_rport_els_cmp() local
566 ndlp = dd_data->context_un.iocb.ndlp; in lpfc_bsg_rport_els_cmp()
567 cmdiocbq->ndlp = ndlp; in lpfc_bsg_rport_els_cmp()
624 lpfc_nlp_put(ndlp); in lpfc_bsg_rport_els_cmp()
647 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_bsg_rport_els() local
683 if (!lpfc_nlp_get(ndlp)) { in lpfc_bsg_rport_els()
693 cmdiocbq = lpfc_prep_els_iocb(vport, 1, cmdsize, 0, ndlp, in lpfc_bsg_rport_els()
694 ndlp->nlp_DID, elscmd); in lpfc_bsg_rport_els()
706 rpi = ndlp->nlp_rpi; in lpfc_bsg_rport_els()
715 cmdiocbq->ndlp = ndlp; in lpfc_bsg_rport_els()
720 dd_data->context_un.iocb.ndlp = ndlp; in lpfc_bsg_rport_els()
756 lpfc_nlp_put(ndlp); in lpfc_bsg_rport_els()
1364 struct lpfc_nodelist *ndlp; in lpfc_issue_ct_rsp_cmp() local
1385 ndlp = dd_data->context_un.iocb.ndlp; in lpfc_issue_ct_rsp_cmp()
1421 lpfc_nlp_put(ndlp); in lpfc_issue_ct_rsp_cmp()
1450 struct lpfc_nodelist *ndlp = NULL; in lpfc_issue_ct_rsp() local
1456 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
1457 if (!ndlp) { in lpfc_issue_ct_rsp()
1489 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi], in lpfc_issue_ct_rsp()
1517 ctiocb->ndlp = ndlp; in lpfc_issue_ct_rsp()
1523 dd_data->context_un.iocb.ndlp = lpfc_nlp_get(ndlp); in lpfc_issue_ct_rsp()
1524 if (!dd_data->context_un.iocb.ndlp) { in lpfc_issue_ct_rsp()
1555 lpfc_nlp_put(ndlp); in lpfc_issue_ct_rsp()