Searched refs:CAS_NO_CSUM (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/cas/
H A Dif_casvar.h165 #define CAS_NO_CSUM (1 << 1) /* don't use hardware checksumming */ macro
H A Dif_cas.c427 if ((sc->sc_flags & CAS_NO_CSUM) == 0) {
2387 } else if ((sc->sc_flags & CAS_NO_CSUM) == 0) {
2487 if ((sc->sc_flags & CAS_NO_CSUM) != 0) {
2706 sc->sc_flags |= CAS_NO_CSUM;

Completed in 120 milliseconds