Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbsprl/
H A Dpl2303_var.h97 kcondvar_t pl_tx_cv; /* tx completion */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c245 cv_init(&plp->pl_tx_cv, NULL, CV_DRIVER, NULL); in pl2303_attach()
1086 cv_destroy(&plp->pl_tx_cv); in pl2303_cleanup()
1630 cv_broadcast(&plp->pl_tx_cv); in pl2303_bulkout_cb()
1826 over = (cv_timedwait_sig(&plp->pl_tx_cv, in pl2303_wait_tx_drain()
1830 over = (cv_wait_sig(&plp->pl_tx_cv, in pl2303_wait_tx_drain()