Home
last modified time | relevance | path

Searched refs:rx_crc_errors (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfevar.h79 uint32_t rx_crc_errors; member
H A Dif_nfe.c3111 &stats->rx_crc_errors, "CRC Errors"); in nfe_sysctl_node()
3222 stats->rx_crc_errors += NFE_READ(sc, NFE_RX_CRC_ERROR); in nfe_stats_update()
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h166 uint32_t rx_crc_errors; member
H A Dif_fxpreg.h419 uint32_t rx_crc_errors; member
H A Dif_fxp.c2065 hsp->rx_crc_errors += le32toh(sp->rx_crc_errors); in fxp_update_stats()
2091 le32toh(sp->rx_crc_errors) + in fxp_update_stats()
3189 &hsp->rx_crc_errors, "CRC errors"); in fxp_sysctl_node()
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vrreg.h698 uint32_t rx_crc_errors; member
H A Dif_vr.c1341 sc->vr_stat.rx_crc_errors++; in vr_rxeof()
2647 printf("Inbound CRC errors : %u\n", stat->rx_crc_errors); in vr_sysctl_stats()