HomeSort by: relevance | last modified time | path
    Searched defs:vmx_ethercom (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_vmx.c 254 struct ethercom vmx_ethercom; member in struct:vmxnet3_softc
670 ifp = &sc->vmx_ethercom.ec_if;
1773 ifp = &sc->vmx_ethercom.ec_if;
1785 if (sc->vmx_ethercom.ec_capenable & ETHERCAP_VLAN_HWTAGGING)
1832 struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
1849 sc->vmx_ethercom.ec_if.if_capabilities |=IFCAP_CSUM_IPv4_Rx |
1857 sc->vmx_ethercom.ec_if.if_capabilities |= IFCAP_TSOv4 | IFCAP_TSOv6;
1859 sc->vmx_ethercom.ec_capabilities |=
1861 sc->vmx_ethercom.ec_capenable |= ETHERCAP_VLAN_HWTAGGING;
1867 sc->vmx_ethercom.ec_ifmedia = &sc->vmx_media
    [all...]

Completed in 52 milliseconds