Home
last modified time | relevance | path

Searched refs:NLP_STE_PLOGI_ISSUE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_disc.h234 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */ macro
Dlpfc_nportdisc.c605 if ((ndlp->nlp_state == NLP_STE_PLOGI_ISSUE) && in lpfc_rcv_plogi()
1363 ndlp->nlp_prev_state = NLP_STE_PLOGI_ISSUE; in lpfc_rcv_els_plogi_issue()
1637 ndlp->nlp_prev_state = NLP_STE_PLOGI_ISSUE; in lpfc_device_recov_plogi_issue()
1670 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_plogi_adisc_issue()
2713 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_plogi_npr_node()
2741 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_prli_npr_node()
2780 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_padisc_npr_node()
Dlpfc_els.c2396 if ((ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_prli()
4507 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_retry_delay_handler()
4740 ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_els_retry()
5040 NLP_STE_PLOGI_ISSUE); in lpfc_els_retry()
5268 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_cmpl_els_logo_acc()
5393 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_cmpl_els_rsp()
5465 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_rsp()
5474 } else if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_rsp()
6613 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_disc_plogi()
7948 case NLP_STE_PLOGI_ISSUE: in lpfc_rscn_recovery_check()
[all …]
Dlpfc_hbadisc.c244 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_dev_loss_tmo_callbk()
508 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
518 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
598 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
4579 case NLP_STE_PLOGI_ISSUE: in lpfc_nlp_counters()
4814 [NLP_STE_PLOGI_ISSUE] = "PLOGI", in lpfc_nlp_state_name()
5770 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_setup_disc_node()
6046 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_disc_flush_list()
Dlpfc_debugfs.c834 case NLP_STE_PLOGI_ISSUE: in lpfc_debugfs_nodelist_data()