Searched refs:tx_cond (Results 1 – 1 of 1) sorted by relevance
121 pthread_cond_t tx_cond; member491 pthread_cond_signal(&sc->tx_cond); in pci_vtnet_ping_txq()512 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx); in pci_vtnet_tx_thread()523 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx); in pci_vtnet_tx_thread()666 pthread_cond_init(&sc->tx_cond, NULL); in pci_vtnet_init()