Searched refs:rx_crc_errs (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/jme/
H A Dif_jmevar.h160 uint32_t rx_crc_errs; member in struct:jme_hw_stats
H A Dif_jme.c1096 &stats->rx_crc_errs, "CRC errors");
3344 stat->rx_crc_errs = (reg & STAT_RX_CRC_ERR_MASK) >>
3359 stat->rx_crc_errs += ostat->rx_crc_errs;
/freebsd-11-stable/sys/dev/nge/
H A Dif_nge.c1709 stats->rx_crc_errs =
1734 stats->rx_pkts_errs + stats->rx_crc_errs +
1739 nstats->rx_crc_errs += stats->rx_crc_errs;
2683 &stats->rx_crc_errs, "CRC errors");
H A Dif_ngereg.h624 uint32_t rx_crc_errs; member in struct:nge_stats
/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfereg.h576 uint32_t rx_crc_errs; member in struct:bfe_hw_stats
H A Dif_bfe.c1306 stats->rx_crc_errs += mib[MIB_RX_CRC];
1957 printf("Receive CRC errors : %u\n", stats->rx_crc_errs);
/freebsd-11-stable/sys/dev/msk/
H A Dif_mskreg.h2463 uint32_t rx_crc_errs; member in struct:msk_hw_stats
H A Dif_msk.c4365 stats->rx_crc_errs +=
4521 child, rx_crc_errs, "CRC errors");

Completed in 218 milliseconds