Lines Matching refs:nlp_state
147 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) in lpfc_dev_loss_tmo_callbk()
262 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) { in lpfc_dev_loss_tmo_handler()
297 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_dev_loss_tmo_handler()
306 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_dev_loss_tmo_handler()
312 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) && in lpfc_dev_loss_tmo_handler()
313 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) && in lpfc_dev_loss_tmo_handler()
314 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE)) in lpfc_dev_loss_tmo_handler()
807 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_cleanup_rpis()
945 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_linkup_cleanup_nodes()
3439 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { in lpfc_mbx_cmpl_reg_login()
4109 int old_state = ndlp->nlp_state; in lpfc_nlp_set_state()
4137 ndlp->nlp_state = state; in lpfc_nlp_set_state()
4160 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node()
4161 lpfc_nlp_counters(vport, ndlp->nlp_state, -1); in lpfc_dequeue_node()
4165 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, in lpfc_dequeue_node()
4173 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_disable_node()
4174 lpfc_nlp_counters(vport, ndlp->nlp_state, -1); in lpfc_disable_node()
4175 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, in lpfc_disable_node()
4289 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_drop_node()
4681 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_cleanup_node()
4892 data1 = (((uint32_t) ndlp->nlp_state << 24) | in __lpfc_findnode_did()
4979 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || in lpfc_setup_disc_node()
4980 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_setup_disc_node()
5246 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_disc_flush_list()
5247 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { in lpfc_disc_flush_list()
5334 if (ndlp->nlp_state != NLP_STE_NPR_NODE) in lpfc_disc_timeout_handler()