Home
last modified time | relevance | path

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

/NextBSD/sys/dev/virtio/network/
HDif_vtnetvar.h126 struct vtnet_softc { struct
127 device_t vtnet_dev;
128 struct ifnet *vtnet_ifp;
129 struct vtnet_rxq *vtnet_rxqs;
130 struct vtnet_txq *vtnet_txqs;
132 uint32_t vtnet_flags;
146 int vtnet_link_active;
147 int vtnet_hdr_size;
148 int vtnet_rx_process_limit;
149 int vtnet_rx_nsegs;
[all …]