Searched defs:pci_vtnet_softc (Results 1 – 1 of 1) sorted by relevance
103 struct pci_vtnet_softc { struct104 struct virtio_softc vsc_vs;105 struct vqueue_info vsc_queues[VTNET_MAXQ - 1];106 pthread_mutex_t vsc_mtx;108 net_backend_t *vsc_be;110 bool features_negotiated; /* protected by rx_mtx */112 int resetting; /* protected by tx_mtx */114 uint64_t vsc_features; /* negotiated features */116 pthread_mutex_t rx_mtx;117 int rx_merge; /* merged rx bufs in use */[all …]