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

/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h236 #define FXP_FLAG_82559_RXCSUM 0x1000 /* 82559 compatible RX checksum */ macro
H A Dif_fxp.c631 sc->flags |= FXP_FLAG_82559_RXCSUM;
646 sc->flags &= ~FXP_FLAG_82559_RXCSUM;
854 if (sc->flags & FXP_FLAG_82559_RXCSUM) {
1793 if ((sc->flags & FXP_FLAG_82559_RXCSUM) == 0) {
1970 if ((sc->flags & FXP_FLAG_82559_RXCSUM) != 0 &&
2379 cbp->tcp_udp_cksum = ((sc->flags & FXP_FLAG_82559_RXCSUM) != 0 &&
2918 if ((sc->flags & FXP_FLAG_82559_RXCSUM) != 0)

Completed in 53 milliseconds