Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_net.c121 pthread_mutex_t tx_mtx; member
171 pthread_mutex_lock(&sc->tx_mtx); in pci_vtnet_reset()
174 pthread_mutex_unlock(&sc->tx_mtx); in pci_vtnet_reset()
176 pthread_mutex_lock(&sc->tx_mtx); in pci_vtnet_reset()
187 pthread_mutex_unlock(&sc->tx_mtx); in pci_vtnet_reset()
504 pthread_mutex_lock(&sc->tx_mtx); in pci_vtnet_ping_txq()
508 pthread_mutex_unlock(&sc->tx_mtx); in pci_vtnet_ping_txq()
527 pthread_mutex_lock(&sc->tx_mtx); in pci_vtnet_tx_thread()
544 pthread_mutex_unlock(&sc->tx_mtx); in pci_vtnet_tx_thread()
560 pthread_mutex_lock(&sc->tx_mtx); in pci_vtnet_tx_thread()
[all …]