Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h314 kcondvar_t sc_fhdma_cv; member
H A Dif_iwn.c871 cv_init(&sc->sc_fhdma_cv, NULL, CV_DRIVER, NULL); in iwn_attach()
3381 cv_signal(&sc->sc_fhdma_cv); in iwn_intr()
6792 if (cv_timedwait(&sc->sc_fhdma_cv, &sc->sc_mtx, clk) < 0) in iwn5000_load_firmware_section()