Lines Matching refs:nlp_state
146 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) in lpfc_dev_loss_tmo_callbk()
270 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) { in lpfc_dev_loss_tmo_handler()
312 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_dev_loss_tmo_handler()
321 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_dev_loss_tmo_handler()
337 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) && in lpfc_dev_loss_tmo_handler()
338 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) && in lpfc_dev_loss_tmo_handler()
339 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE)) in lpfc_dev_loss_tmo_handler()
833 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_cleanup_rpis()
971 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_linkup_cleanup_nodes()
3451 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { in lpfc_mbx_cmpl_reg_login()
4113 int old_state = ndlp->nlp_state; in lpfc_nlp_set_state()
4141 ndlp->nlp_state = state; in lpfc_nlp_set_state()
4164 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node()
4165 lpfc_nlp_counters(vport, ndlp->nlp_state, -1); in lpfc_dequeue_node()
4169 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, in lpfc_dequeue_node()
4177 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_disable_node()
4178 lpfc_nlp_counters(vport, ndlp->nlp_state, -1); in lpfc_disable_node()
4179 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, in lpfc_disable_node()
4293 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_drop_node()
4676 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_cleanup_node()
4866 data1 = (((uint32_t) ndlp->nlp_state << 24) | in __lpfc_findnode_did()
4953 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || in lpfc_setup_disc_node()
4954 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_setup_disc_node()
5220 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_disc_flush_list()
5221 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { in lpfc_disc_flush_list()
5308 if (ndlp->nlp_state != NLP_STE_NPR_NODE) in lpfc_disc_timeout_handler()