Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_disc.h227 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */ macro
Dlpfc_nportdisc.c582 if ((ndlp->nlp_state == NLP_STE_PLOGI_ISSUE) && in lpfc_rcv_plogi()
1336 ndlp->nlp_prev_state = NLP_STE_PLOGI_ISSUE; in lpfc_rcv_els_plogi_issue()
1612 ndlp->nlp_prev_state = NLP_STE_PLOGI_ISSUE; in lpfc_device_recov_plogi_issue()
1645 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_plogi_adisc_issue()
2676 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_plogi_npr_node()
2704 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_prli_npr_node()
2743 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_padisc_npr_node()
Dlpfc_hbadisc.c238 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_dev_loss_tmo_callbk()
502 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
512 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
591 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
4611 case NLP_STE_PLOGI_ISSUE: in lpfc_nlp_counters()
4847 [NLP_STE_PLOGI_ISSUE] = "PLOGI", in lpfc_nlp_state_name()
5814 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_setup_disc_node()
6091 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_disc_flush_list()
Dlpfc_els.c2394 if ((ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_prli()
4496 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_retry_delay_handler()
4729 ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_els_retry()
5032 NLP_STE_PLOGI_ISSUE); in lpfc_els_retry()
5377 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_cmpl_els_rsp()
5449 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_rsp()
5458 } else if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_rsp()
6604 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_disc_plogi()
7940 case NLP_STE_PLOGI_ISSUE: in lpfc_rscn_recovery_check()
8282 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_handle_rscn()
[all …]
Dlpfc_debugfs.c834 case NLP_STE_PLOGI_ISSUE: in lpfc_debugfs_nodelist_data()