Searched defs:vtnet_softc (Results 1 – 1 of 1) sorted by relevance
57 struct vtnet_softc { struct58 device_t vtnet_dev;59 struct ifnet *vtnet_ifp;60 struct lwkt_serialize vtnet_slz;61 struct lwkt_serialize vtnet_rx_slz;62 struct lwkt_serialize vtnet_tx_slz;63 struct lwkt_serialize *serializes[3];65 uint32_t vtnet_flags;78 struct virtqueue *vtnet_rx_vq;79 struct virtqueue *vtnet_tx_vq;[all …]