Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c303 pthread_cond_t esc_rx_cond; member
946 pthread_cond_signal(&sc->esc_rx_cond); in e82545_rx_callback()
1597 pthread_cond_wait(&sc->esc_rx_cond, &sc->esc_mtx); in e82545_rx_disable()
2356 pthread_cond_init(&sc->esc_rx_cond, NULL); in e82545_init()