Searched refs:nlp_listp (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/scsi/lpfc/ | 
| D | lpfc_disc.h | 96 	struct list_head nlp_listp;  member
  | 
| 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 …] 
 | 
| D | lpfc_attr.c | 548 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_nvme_info_show() 3776 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_update_rport_devloss_tmo() 3989 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp)  in lpfc_tgt_queue_depth_set() 5248 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_max_scsicmpl_time_set() 6874 	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() 1861 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_find_map_node()
  | 
| D | lpfc_els.c | 733 					&vport->fc_nodes, nlp_listp) {  in lpfc_cmpl_els_flogi_fabric() 6526 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_els_disc_adisc() 6598 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_els_disc_plogi() 7927 	list_for_each_entry_safe(ndlp, n, &vport->fc_nodes, nlp_listp) {  in lpfc_rscn_recovery_check() 11355 			&vport->fc_nodes, nlp_listp) {  in lpfc_cmpl_els_fdisc()
  | 
| 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()
  | 
| 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()
  |