Home
last modified time | relevance | path

Searched refs:bge_csum_features (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bge/
H A Dif_bge.c3709 sc->bge_csum_features = BGE_CSUM_FEATURES; in bge_attach()
3711 sc->bge_csum_features |= CSUM_UDP; in bge_attach()
3728 if (sc->bge_csum_features & CSUM_UDP) in bge_attach()
3729 if_sethwassist(ifp, sc->bge_csum_features); in bge_attach()
3745 if ((sc->bge_csum_features & CSUM_UDP) == 0) in bge_attach()
5185 } else if ((m->m_pkthdr.csum_flags & sc->bge_csum_features) != 0) { in bge_encap()
5466 sc->bge_csum_features &= ~CSUM_UDP; in bge_init_locked()
5468 sc->bge_csum_features |= CSUM_UDP; in bge_init_locked()
5472 if_sethwassistbits(ifp, sc->bge_csum_features, 0); in bge_init_locked()
5847 sc->bge_csum_features, 0); in bge_ioctl()
[all …]
H A Dif_bgereg.h3032 int bge_csum_features; member