Home
last modified time | relevance | path

Searched refs:sc_csum_features (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/hme/
Dif_hmevar.h135 int sc_csum_features; member
Dif_hme.c303 sc->sc_csum_features = HME_CSUM_FEATURES; in hme_config()
371 ifp->if_hwassist |= sc->sc_csum_features; in hme_config()
956 if (((*m0)->m_pkthdr.csum_flags & sc->sc_csum_features) != 0) { in hme_load_txmbuf()
1619 sc->sc_csum_features |= CSUM_UDP; in hme_ioctl()
1621 sc->sc_csum_features &= ~CSUM_UDP; in hme_ioctl()
1623 ifp->if_hwassist = sc->sc_csum_features; in hme_ioctl()
1643 ifp->if_hwassist = sc->sc_csum_features; in hme_ioctl()
/freebsd-9-stable/sys/dev/gem/
Dif_gem.c162 sc->sc_csum_features = GEM_CSUM_FEATURES; in gem_attach()
386 ifp->if_hwassist |= sc->sc_csum_features; in gem_attach()
1121 if (((*m_head)->m_pkthdr.csum_flags & sc->sc_csum_features) != 0) { in gem_load_txmbuf()
2166 sc->sc_csum_features |= CSUM_UDP; in gem_ioctl()
2168 sc->sc_csum_features &= ~CSUM_UDP; in gem_ioctl()
2170 ifp->if_hwassist = sc->sc_csum_features; in gem_ioctl()
2189 ifp->if_hwassist = sc->sc_csum_features; in gem_ioctl()
Dif_gemvar.h179 u_long sc_csum_features; member