Home
last modified time | relevance | path

Searched refs:su_cv (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c161 cv_init(&sup->su_cv, NULL, CV_DEFAULT, NULL); in softmac_upper_constructor()
192 cv_destroy(&sup->su_cv); in softmac_upper_destructor()
662 cv_signal(&sup->su_cv); in softmac_drv_wsrv()
678 cv_signal(&sup->su_cv); in softmac_drv_wsrv()
H A Dsoftmac_fp.c212 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_client_tx_notify()
927 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_fastpath_setup()
953 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_fastpath_tear()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h307 kcondvar_t su_cv; member