Searched refs:next_ndlp (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_vport.c | 537 struct lpfc_nodelist *ndlp = NULL, *next_ndlp = NULL; in disable_vport() local 553 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in disable_vport()
|
D | lpfc_hbadisc.c | 1113 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_cleanup_rpis() local 1115 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup_rpis() 6054 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_disc_flush_list() local 6058 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, in lpfc_disc_flush_list() 6081 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_notify_xport_npr() local 6083 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, in lpfc_notify_xport_npr() 6141 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_disc_timeout_handler() local 6167 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, in lpfc_disc_timeout_handler()
|
D | lpfc_init.c | 3037 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_cleanup() local 3047 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3099 list_for_each_entry_safe(ndlp, next_ndlp, in lpfc_cleanup() 3396 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_sli4_node_prep() local 3411 list_for_each_entry_safe(ndlp, next_ndlp, in lpfc_sli4_node_prep() 3795 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_offline_prep() local 3826 list_for_each_entry_safe(ndlp, next_ndlp, in lpfc_offline_prep()
|
D | lpfc_ct.c | 1847 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_find_map_node() local 1853 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_find_map_node()
|
D | lpfc_attr.c | 5104 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_max_scsicmpl_time_set() local 5113 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_max_scsicmpl_time_set()
|
D | lpfc_els.c | 6455 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_els_disc_adisc() local 6459 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_adisc() 6527 struct lpfc_nodelist *ndlp, *next_ndlp; in lpfc_els_disc_plogi() local 6531 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_plogi()
|