Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h240 #define FXP_FLAG_82559_RXCSUM 0x1000 /* 82559 compatible RX checksum */ macro
H A Dif_fxp.c632 sc->flags |= FXP_FLAG_82559_RXCSUM; in fxp_attach()
647 sc->flags &= ~FXP_FLAG_82559_RXCSUM; in fxp_attach()
855 if (sc->flags & FXP_FLAG_82559_RXCSUM) { in fxp_attach()
1799 if ((sc->flags & FXP_FLAG_82559_RXCSUM) == 0) { in fxp_rxcsum()
1976 if ((sc->flags & FXP_FLAG_82559_RXCSUM) != 0 && in fxp_intr_body()
2386 cbp->tcp_udp_cksum = ((sc->flags & FXP_FLAG_82559_RXCSUM) != 0 && in fxp_init_body()
2924 if ((sc->flags & FXP_FLAG_82559_RXCSUM) != 0) in fxp_ioctl()