Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6377 fc_local_port_t *phyPort, *virPort = NULL; in fctl_get_adapter_port_by_index() local
6447 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()