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.h139 struct vtnet_softc { struct
140 device_t vtnet_dev;
141 if_t vtnet_ifp;
142 struct vtnet_rxq *vtnet_rxqs;
143 struct vtnet_txq *vtnet_txqs;
144 pfil_head_t vtnet_pfil;
145 uint64_t vtnet_features;
147 uint32_t vtnet_flags;
164 u_int vtnet_hdr_size;
165 int vtnet_rx_nmbufs;
[all …]