Searched defs:vmxnet3_softc (Results 1 – 1 of 1) sorted by relevance
201 struct vmxnet3_softc { struct202 device_t vmx_dev;203 struct ifnet *vmx_ifp;204 struct vmxnet3_driver_shared *vmx_ds;205 uint32_t vmx_flags;209 struct vmxnet3_rxqueue *vmx_rxq;210 struct vmxnet3_txqueue *vmx_txq;212 struct resource *vmx_res0;213 bus_space_tag_t vmx_iot0;214 bus_space_handle_t vmx_ioh0;[all …]