Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h114 kcondvar_t sc_fw_cond; member
H A Dipw2100_hw.c489 if (cv_reltimedwait(&sc->sc_fw_cond, &sc->sc_ilock, clk, in ipw2100_load_fw()
H A Dipw2100.c350 cv_init(&sc->sc_fw_cond, "firmware", CV_DRIVER, NULL); in ipw2100_attach()
509 cv_destroy(&sc->sc_fw_cond); in ipw2100_attach()
568 cv_destroy(&sc->sc_fw_cond); in ipw2100_detach()
2722 cv_signal(&sc->sc_fw_cond); in ipw2100_intr()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c501 if (cv_reltimedwait(&sc->sc_fw_cond, &sc->sc_ilock, clk, in ipw2200_load_fw()
H A Dipw2200_impl.h133 kcondvar_t sc_fw_cond; member
H A Dipw2200.c438 cv_init(&sc->sc_fw_cond, "firmware-ok", CV_DRIVER, NULL); in ipw2200_attach()
639 cv_destroy(&sc->sc_fw_cond); in ipw2200_attach()
708 cv_destroy(&sc->sc_fw_cond); in ipw2200_detach()
2907 cv_signal(&sc->sc_fw_cond); in ipw2200_intr()