Searched refs:nlp_listp (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/scsi/lpfc/ | 
| D | lpfc_vport.c | 512 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in disable_vport() 876 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_vport_reset_stat_data() 898 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_alloc_bucket() 931 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_free_bucket()
  | 
| D | lpfc_disc.h | 80 	struct list_head nlp_listp;  member
  | 
| D | lpfc_hbadisc.c | 810 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_cleanup_rpis() 975 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_linkup_cleanup_nodes() 4394 	if (list_empty(&ndlp->nlp_listp)) {  in lpfc_nlp_set_state() 4396 		list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);  in lpfc_nlp_set_state() 4411 	if (list_empty(&ndlp->nlp_listp)) {  in lpfc_enqueue_node() 4413 		list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);  in lpfc_enqueue_node() 4424 	if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))  in lpfc_dequeue_node() 4427 	list_del_init(&ndlp->nlp_listp);  in lpfc_dequeue_node() 4437 	if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))  in lpfc_disable_node() 4976 		list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {  in lpfc_unreg_hba_rpis() [all …] 
 | 
| D | lpfc_attr.c | 376 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_nvme_info_show() 3675 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_update_rport_devloss_tmo() 3893 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp)  in lpfc_tgt_queue_depth_set() 4436 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in sysfs_drvr_stat_data_read() 5503 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_max_scsicmpl_time_set() 6794 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_get_node_by_target()
  | 
| D | lpfc_ct.c | 578 		list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_ns_rsp_audit_did() 644 		list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_ns_rsp() 1518 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_find_map_node()
  | 
| D | lpfc_els.c | 766 					&vport->fc_nodes, nlp_listp) {  in lpfc_cmpl_els_flogi_fabric() 5184 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_els_disc_adisc() 5242 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_els_disc_plogi() 6346 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_rscn_recovery_check() 9274 			&vport->fc_nodes, nlp_listp) {  in lpfc_cmpl_els_fdisc()
  | 
| D | lpfc_init.c | 2796 	list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_cleanup() 2851 						&vport->fc_nodes, nlp_listp) {  in lpfc_cleanup() 3045 					 nlp_listp) {  in lpfc_sli4_node_prep() 3455 						 nlp_listp) {  in lpfc_offline_prep()
  | 
| D | lpfc_debugfs.c | 824 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_debugfs_nodelist_data() 960 	list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_debugfs_nodelist_data()
  | 
| D | lpfc_scsi.c | 5386 		list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {  in lpfc_bus_reset_handler()
  |