Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h135 kcondvar_t sc_tx_cond; member
H A Dipw2100.c357 cv_init(&sc->sc_tx_cond, "tx-ring", CV_DRIVER, NULL); in ipw2100_attach()
507 cv_destroy(&sc->sc_tx_cond); in ipw2100_attach()
566 cv_destroy(&sc->sc_tx_cond); in ipw2100_detach()
1041 cv_wait(&sc->sc_tx_cond, &sc->sc_tx_lock); in ipw2100_cmd()