Lines Matching refs:nlp_state

175 			 ndlp->nlp_state, ndlp->fc4_xpt_flags);  in lpfc_dev_loss_tmo_callbk()
198 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) in lpfc_dev_loss_tmo_callbk()
222 if (ndlp->nlp_state != NLP_STE_PLOGI_ISSUE) in lpfc_dev_loss_tmo_callbk()
446 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) { in lpfc_dev_loss_tmo_handler()
478 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
479 ndlp->nlp_state <= NLP_STE_REG_LOGIN_ISSUE) in lpfc_dev_loss_tmo_handler()
501 } else if (ndlp->nlp_state == NLP_STE_UNMAPPED_NODE) { in lpfc_dev_loss_tmo_handler()
534 ndlp->nlp_state, ndlp->nlp_rpi, in lpfc_dev_loss_tmo_handler()
544 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_dev_loss_tmo_handler()
550 if (ndlp->nlp_state >= NLP_STE_PLOGI_ISSUE && in lpfc_dev_loss_tmo_handler()
551 ndlp->nlp_state <= NLP_STE_PRLI_ISSUE) { in lpfc_dev_loss_tmo_handler()
1116 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) { in lpfc_cleanup_rpis()
1145 ndlp->nlp_state == NLP_STE_UNMAPPED_NODE) in lpfc_cleanup_rpis()
1317 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_linkup_cleanup_nodes()
3868 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { in lpfc_mbx_cmpl_reg_login()
4455 ndlp->nlp_state); in lpfc_mbx_cmpl_fc_reg_login()
4848 int old_state = ndlp->nlp_state; in lpfc_nlp_set_state()
4883 ndlp->nlp_state = state; in lpfc_nlp_set_state()
4906 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node()
4907 lpfc_nlp_counters(vport, ndlp->nlp_state, -1); in lpfc_dequeue_node()
4911 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, in lpfc_dequeue_node()
4959 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) in lpfc_drop_node()
5366 ndlp->nlp_prev_state = ndlp->nlp_state; in lpfc_unreg_rpi()
5500 ndlp->nlp_state, ndlp->nlp_rpi); in lpfc_cleanup_node()
5625 data1 = (((uint32_t)ndlp->nlp_state << 24) | in __lpfc_findnode_did()
5669 if (ndlp->nlp_state == NLP_STE_UNMAPPED_NODE || in lpfc_findnode_mapped()
5670 ndlp->nlp_state == NLP_STE_MAPPED_NODE) { in lpfc_findnode_mapped()
5671 data1 = (((uint32_t)ndlp->nlp_state << 24) | in lpfc_findnode_mapped()
5714 ndlp->nlp_state, vport->fc_flag); in lpfc_setup_disc_node()
5739 ndlp->nlp_state, vport->fc_flag); in lpfc_setup_disc_node()
5757 ndlp->nlp_prev_state = ndlp->nlp_state; in lpfc_setup_disc_node()
5768 ndlp->nlp_state, vport->fc_flag); in lpfc_setup_disc_node()
5776 ndlp->nlp_state, vport->fc_flag); in lpfc_setup_disc_node()
5782 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || in lpfc_setup_disc_node()
5783 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_setup_disc_node()
6060 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || in lpfc_disc_flush_list()
6061 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { in lpfc_disc_flush_list()
6169 if (ndlp->nlp_state != NLP_STE_NPR_NODE) in lpfc_disc_timeout_handler()
6445 ndlp->nlp_flag, ndlp->nlp_state, in __lpfc_find_node()
6642 ndlp->nlp_state = NLP_STE_FREED_NODE; in lpfc_nlp_release()