Home
last modified time | relevance | path

Searched refs:port_iterator (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_vport.c787 struct lpfc_vport *port_iterator; in lpfc_create_vport_work_array() local
795 list_for_each_entry(port_iterator, &phba->port_list, listentry) { in lpfc_create_vport_work_array()
796 if (test_bit(FC_UNLOADING, &port_iterator->load_flag)) in lpfc_create_vport_work_array()
798 if (!scsi_host_get(lpfc_shost_from_vport(port_iterator))) { in lpfc_create_vport_work_array()
799 lpfc_printf_vlog(port_iterator, KERN_ERR, in lpfc_create_vport_work_array()
805 vports[index++] = port_iterator; in lpfc_create_vport_work_array()