Searched refs:next_ndlp (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 1154 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_cleanup_rpis() local 1156 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup_rpis() 6085 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_disc_flush_list() local 6089 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, in lpfc_disc_flush_list() 6112 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_notify_xport_npr() local 6114 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, in lpfc_notify_xport_npr() 6172 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_disc_timeout_handler() local 6198 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, in lpfc_disc_timeout_handler()
|
D | lpfc_init.c | 3039 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_cleanup() local 3049 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3101 list_for_each_entry_safe(ndlp, next_ndlp, in lpfc_cleanup() 3402 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_sli4_node_prep() local 3417 list_for_each_entry_safe(ndlp, next_ndlp, in lpfc_sli4_node_prep() 3801 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_offline_prep() local 3832 list_for_each_entry_safe(ndlp, next_ndlp, in lpfc_offline_prep()
|
D | lpfc_ct.c | 1855 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_find_map_node() local 1861 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_find_map_node()
|
D | lpfc_els.c | 6522 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_els_disc_adisc() local 6526 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_adisc() 6594 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_els_disc_plogi() local 6598 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_plogi()
|
D | lpfc_attr.c | 5239 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_max_scsicmpl_time_set() local 5248 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_max_scsicmpl_time_set()
|