Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h189 kcondvar_t fcip_farp_cv; /* For perport serialization */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c898 cv_init(&fptr->fcip_farp_cv, NULL, CV_DRIVER, NULL); in fcip_port_attach()
2572 cv_signal(&fptr->fcip_farp_cv); in fcip_els_cb()
4883 cv_destroy(&fptr->fcip_farp_cv); in fcip_softstate_free()
6139 if (cv_timedwait(&fptr->fcip_farp_cv, &fptr->fcip_mutex, in fcip_do_farp()