Lines Matching refs:nlp_listp
810 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup_rpis()
960 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_linkup_cleanup_nodes()
4310 if (list_empty(&ndlp->nlp_listp)) { in lpfc_nlp_set_state()
4312 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_nlp_set_state()
4327 if (list_empty(&ndlp->nlp_listp)) { in lpfc_enqueue_node()
4329 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_enqueue_node()
4340 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node()
4343 list_del_init(&ndlp->nlp_listp); in lpfc_dequeue_node()
4353 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_disable_node()
4808 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { in lpfc_unreg_hba_rpis()
5104 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in __lpfc_findnode_did()
5483 nlp_listp) { in lpfc_disc_flush_list()
5572 nlp_listp) { in lpfc_disc_timeout_handler()
5841 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in __lpfc_find_node()
5974 INIT_LIST_HEAD(&ndlp->nlp_listp); in lpfc_nlp_init()
6204 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { in lpfc_fcf_inuse()