Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h186 int fc_ulp_busy_port(opaque_t port_handle);
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2380 ret = fc_ulp_busy_port(pptr->port_fp_handle); in fcp_send_scsi_ioctl()
8248 if (fc_ulp_busy_port(pptr->port_fp_handle) != 0) { in fcp_trigger_lun()
11702 (void) fc_ulp_busy_port(pptr->port_fp_handle); in fcp_reset_target()
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5351 fc_ulp_busy_port(opaque_t port_handle) in fc_ulp_busy_port() function