Searched refs:esc_tx_cond (Results 1 – 1 of 1) sorted by relevance
277 pthread_cond_t esc_tx_cond; member1549 pthread_cond_signal(&sc->esc_tx_cond); in e82545_tx_thread()1550 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_thread()1564 pthread_cond_signal(&sc->esc_tx_cond); in e82545_tx_start()1580 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_disable()2356 pthread_cond_init(&sc->esc_tx_cond, NULL); in e82545_init()