Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h141 struct vtnet_softc { struct
142 device_t vtnet_dev;
143 if_t vtnet_ifp;
144 struct vtnet_rxq *vtnet_rxqs;
145 struct vtnet_txq *vtnet_txqs;
146 pfil_head_t vtnet_pfil;
147 uint64_t vtnet_features;
149 uint32_t vtnet_flags;
166 u_int vtnet_hdr_size;
167 int vtnet_rx_nmbufs;
[all …]