Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h241 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */ macro
H A Dlpfc_nportdisc.c604 if ((ndlp->nlp_state == NLP_STE_PLOGI_ISSUE) && in lpfc_rcv_plogi()
1345 ndlp->nlp_prev_state = NLP_STE_PLOGI_ISSUE; in lpfc_rcv_els_plogi_issue()
1613 ndlp->nlp_prev_state = NLP_STE_PLOGI_ISSUE; in lpfc_device_recov_plogi_issue()
1642 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_plogi_adisc_issue()
2667 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_plogi_npr_node()
2695 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_prli_npr_node()
2734 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_rcv_padisc_npr_node()
H A Dlpfc_hbadisc.c266 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_dev_loss_tmo_callbk()
520 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
530 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
605 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
4581 case NLP_STE_PLOGI_ISSUE: in lpfc_nlp_counters()
4812 [NLP_STE_PLOGI_ISSUE] = "PLOGI", in lpfc_nlp_state_name()
5737 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_setup_disc_node()
6010 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_disc_flush_list()
H A Dlpfc_els.c2478 if ((ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_prli()
4574 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_retry_delay_handler()
4808 ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_els_retry()
5131 NLP_STE_PLOGI_ISSUE); in lpfc_els_retry()
5355 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_cmpl_els_logo_acc()
5482 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_cmpl_els_rsp()
5554 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE && in lpfc_cmpl_els_rsp()
6696 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_disc_plogi()
8038 case NLP_STE_PLOGI_ISSUE: in lpfc_rscn_recovery_check()
8375 lpfc_nlp_set_state(vport, ndlp, NLP_STE_PLOGI_ISSUE); in lpfc_els_handle_rscn()
[all …]
H A Dlpfc_debugfs.c834 case NLP_STE_PLOGI_ISSUE: in lpfc_debugfs_nodelist_data()