Searched refs:fp_attach_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h598 kcondvar_t fp_attach_cv; /* ULP attach cv */ member in struct:fc_local_port
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c503 cv_wait(&port->fp_attach_cv, &port->fp_mutex);
988 cv_init(&port->fp_attach_cv, NULL, CV_DRIVER, NULL);
1175 cv_wait(&port->fp_attach_cv, &port->fp_mutex);
1264 cv_destroy(&port->fp_attach_cv);
1626 cv_destroy(&port->fp_attach_cv);
3078 cv_signal(&att->att_port->fp_attach_cv);

Completed in 1635 milliseconds