Home
last modified time | relevance | path

Searched defs:pci_vtnet_softc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_net.c104 struct pci_vtnet_softc { struct
105 struct virtio_softc vsc_vs;
107 pthread_mutex_t vsc_mtx;
109 net_backend_t *vsc_be;
117 pthread_mutex_t rx_mtx;
120 pthread_t tx_tid;
121 pthread_mutex_t tx_mtx;
122 pthread_cond_t tx_cond;
123 int tx_in_progress;
125 size_t vhdrlen;
[all …]