Home
last modified time | relevance | path

Searched refs:sc_fw_cv (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/wpi/
H A Dwpivar.h136 kcondvar_t sc_fw_cv; member
H A Dwpi.c525 cv_init(&sc->sc_fw_cv, NULL, CV_DRIVER, NULL); in wpi_attach()
778 cv_destroy(&sc->sc_fw_cv); in wpi_destroy_locks()
1998 cv_signal(&sc->sc_fw_cv);
3343 if (cv_timedwait(&sc->sc_fw_cv, &sc->sc_glock, clk) < 0)
/titanic_44/usr/src/uts/common/io/iwk/
H A Diwk2_var.h133 kcondvar_t sc_fw_cv; member
H A Diwk2.c591 cv_init(&sc->sc_fw_cv, NULL, CV_DRIVER, NULL); in iwk_attach()
969 cv_destroy(&sc->sc_fw_cv); in iwk_destroy_locks()
2336 cv_signal(&sc->sc_fw_cv); in iwk_ucode_alive()
4255 if (cv_timedwait(&sc->sc_fw_cv, &sc->sc_glock, clk) < 0) in iwk_init()
/titanic_44/usr/src/uts/common/io/iwh/
H A Diwh_var.h133 kcondvar_t sc_fw_cv; member
/titanic_44/usr/src/uts/common/io/iwp/
H A Diwp_var.h151 kcondvar_t sc_fw_cv; member