Searched refs:nlp_listp (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_disc.h | 98 struct list_head nlp_listp; member
|
H A D | lpfc_hbadisc.c | 1156 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup_rpis() 1340 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_linkup_cleanup_nodes() 4897 if (list_empty(&ndlp->nlp_listp)) { in lpfc_nlp_set_state() 4899 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_nlp_set_state() 4914 if (list_empty(&ndlp->nlp_listp)) { in lpfc_enqueue_node() 4916 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); in lpfc_enqueue_node() 4927 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) in lpfc_dequeue_node() 4930 list_del_init(&ndlp->nlp_listp); in lpfc_dequeue_node() 5439 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { in lpfc_unreg_hba_rpis() 5651 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in __lpfc_findnode_did() [all …]
|
H A D | lpfc_attr.c | 548 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_nvme_info_show() 3781 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_update_rport_devloss_tmo() 3994 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) in lpfc_tgt_queue_depth_set() 5253 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_max_scsicmpl_time_set() 6879 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() 896 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_ns_rsp() 1873 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_find_map_node()
|
H A D | lpfc_els.c | 733 &vport->fc_nodes, nlp_listp) { in lpfc_cmpl_els_flogi_fabric() 6531 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_adisc() 6603 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_els_disc_plogi() 7932 list_for_each_entry_safe(ndlp, n, &vport->fc_nodes, nlp_listp) { in lpfc_rscn_recovery_check() 11369 &vport->fc_nodes, nlp_listp) { in lpfc_cmpl_els_fdisc()
|
H A D | lpfc_init.c | 3049 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3102 &vport->fc_nodes, nlp_listp) { in lpfc_cleanup() 3419 nlp_listp) { in lpfc_sli4_node_prep() 3834 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() 956 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { in lpfc_debugfs_nodelist_data()
|