Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c279 pthread_cond_t esc_tx_cond; member
1516 pthread_cond_signal(&sc->esc_tx_cond); in e82545_tx_thread()
1517 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_thread()
1531 pthread_cond_signal(&sc->esc_tx_cond); in e82545_tx_start()
1547 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_disable()
2323 pthread_cond_init(&sc->esc_tx_cond, NULL); in e82545_init()