Searched refs:nlp_listp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_disc.h | 98 struct list_head nlp_listp; member
|
| H A D | lpfc_hbadisc.c | 1348 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_linkup_cleanup_nodes() 4859 if (list_empty(&ndlp->nlp_listp)) { in lpfc_nlp_set_state() 4861 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_nlp_set_state() 4876 if (list_empty(&ndlp->nlp_listp)) { in lpfc_enqueue_node() 4878 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_enqueue_node() 4889 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node() 4892 list_del_init(&ndlp->nlp_listp); in lpfc_dequeue_node() 6005 nlp_listp) { in lpfc_disc_flush_list() 6030 nlp_listp) { in lpfc_notify_xport_npr() 6109 nlp_listp) { in lpfc_disc_timeout_handler() [all …]
|
| H A D | lpfc_attr.c | 549 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_nvme_info_show() 3787 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_update_rport_devloss_tmo() 4000 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) in lpfc_tgt_queue_depth_set() 5258 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_max_scsicmpl_time_set() 6871 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_get_node_by_target()
|
| H A D | lpfc_ct.c | 831 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_ns_rsp_audit_did() 894 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_ns_rsp() 1842 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_find_map_node()
|
| H A D | lpfc_els.c | 726 &vport->fc_nodes, nlp_listp) { in lpfc_cmpl_els_flogi_fabric() 6470 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_adisc() 6534 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_plogi() 7862 list_for_each_entry_safe(ndlp, n, &vport->fc_nodes, nlp_listp) { in lpfc_rscn_recovery_check() 11286 &vport->fc_nodes, nlp_listp) { in lpfc_cmpl_els_fdisc()
|
| H A D | lpfc_init.c | 3039 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3092 &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3411 nlp_listp) { in lpfc_sli4_node_rpi_restore() 3829 nlp_listp) { in lpfc_offline_prep()
|
| H A D | lpfc_debugfs.c | 822 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_debugfs_nodelist_data() 955 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_debugfs_nodelist_data()
|