Searched refs:virPort (Results 1 – 1 of 1) sorted by relevance
6377 fc_local_port_t *phyPort, *virPort = NULL; in fctl_get_adapter_port_by_index() local6447 virPort = NULL; in fctl_get_adapter_port_by_index()6452 if (virPort == NULL) { in fctl_get_adapter_port_by_index()6454 virPort = phyPort->fp_port_next; in fctl_get_adapter_port_by_index()6455 if (virPort == NULL) { in fctl_get_adapter_port_by_index()6460 virPort = virPort->fp_port_next; in fctl_get_adapter_port_by_index()6462 if (virPort == phyPort) { in fctl_get_adapter_port_by_index()6464 virPort = NULL; in fctl_get_adapter_port_by_index()6473 if (virPort) { in fctl_get_adapter_port_by_index()6474 return (virPort); in fctl_get_adapter_port_by_index()