Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h173 opaque_t fc_ulp_get_port_handle(int instance);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1726 fc_ulp_get_port_handle(int port_instance) in fc_ulp_get_port_handle() function
2255 port = (fc_local_port_t *)fc_ulp_get_port_handle(instance); in fctl_check_npiv_portindex()
2277 port = (fc_local_port_t *)fc_ulp_get_port_handle(instance); in fctl_get_npiv_portindex()
2301 port = (fc_local_port_t *)fc_ulp_get_port_handle(instance); in fctl_set_npiv_portindex()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5217 if (fc_ulp_get_port_handle(ppa) == NULL) { in fcip_areq()