Searched refs:nlp_listp (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 98 struct list_head nlp_listp; member
|
D | lpfc_hbadisc.c | 1160 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup_rpis() 1346 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_linkup_cleanup_nodes() 4864 if (list_empty(&ndlp->nlp_listp)) { in lpfc_nlp_set_state() 4866 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_nlp_set_state() 4881 if (list_empty(&ndlp->nlp_listp)) { in lpfc_enqueue_node() 4883 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_enqueue_node() 4894 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node() 4897 list_del_init(&ndlp->nlp_listp); in lpfc_dequeue_node() 5401 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { in lpfc_unreg_hba_rpis() 5615 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in __lpfc_findnode_did() [all …]
|
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()
|
D | lpfc_ct.c | 831 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_ns_rsp_audit_did() 896 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_ns_rsp() 1848 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_find_map_node()
|
D | lpfc_els.c | 726 &vport->fc_nodes, nlp_listp) { in lpfc_cmpl_els_flogi_fabric() 6541 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_adisc() 6607 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_plogi() 7935 list_for_each_entry_safe(ndlp, n, &vport->fc_nodes, nlp_listp) { in lpfc_rscn_recovery_check() 11360 &vport->fc_nodes, nlp_listp) { in lpfc_cmpl_els_fdisc()
|
D | lpfc_init.c | 3038 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3091 &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3409 nlp_listp) { in lpfc_sli4_node_prep() 3821 nlp_listp) { in lpfc_offline_prep()
|
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()
|