Searched refs:cv_mbx_intr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c330 if (cv_timedwait(&qlge->cv_mbx_intr, &qlge->mbx_mutex,
692 cv_broadcast(&qlge->cv_mbx_intr);
H A Dqlge.c4508 cv_destroy(&qlge->cv_mbx_intr);
7591 cv_init(&qlge->cv_mbx_intr, NULL, CV_DRIVER, NULL);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h758 kcondvar_t cv_mbx_intr; member in struct:qlge
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1484 kcondvar_t cv_mbx_intr; member in struct:ql_adapter_state
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3878 cv_broadcast(&ha->cv_mbx_intr);
H A Dql_isr.c715 cv_broadcast(&ha->cv_mbx_intr);
H A Dql_mbx.c173 if (cv_reltimedwait(&ha->cv_mbx_intr,
H A Dql_api.c16932 cv_init(&ha->cv_mbx_intr, NULL, CV_DRIVER, NULL);
16989 cv_destroy(&ha->cv_mbx_intr);

Completed in 187 milliseconds