Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dfxpreg.h256 volatile u_int32_t rx_crc_errors; member
H A Dfxp.c945 letoh32(sp->rx_crc_errors) + in fxp_stats_update()
996 sp->rx_crc_errors = 0; in fxp_stats_update()
/openbsd-src/sys/dev/pci/
H A Dif_ocereg.h2098 uint32_t rx_crc_errors; /* dword 6*/ member
2186 uint32_t rx_crc_errors; member
2332 uint64_t rx_crc_errors; member
H A Dif_oce.c3506 *rxe = ps->rx_crc_errors + ps->rx_in_range_errors + in oce_stats_be2()
3545 *rxe = ps->rx_crc_errors + ps->rx_in_range_errors + in oce_stats_be3()
3579 *rxe = pps->rx_discards + pps->rx_errors + pps->rx_crc_errors + in oce_stats_xe()