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

/openbsd-current/sys/dev/ic/
H A Dfxpreg.h256 volatile u_int32_t rx_crc_errors; member in struct:fxp_stats
H A Dfxp.c950 letoh32(sp->rx_crc_errors) +
1001 sp->rx_crc_errors = 0;
/openbsd-current/sys/dev/pci/
H A Dif_ocereg.h2098 uint32_t rx_crc_errors; /* dword 6*/ member in struct:oce_port_rxf_stats_v0
2186 uint32_t rx_crc_errors; member in struct:oce_port_rxf_stats_v1
2332 uint64_t rx_crc_errors; member in struct:oce_pport_stats
H A Dif_oce.c3506 *rxe = ps->rx_crc_errors + ps->rx_in_range_errors +
3545 *rxe = ps->rx_crc_errors + ps->rx_in_range_errors +
3579 *rxe = pps->rx_discards + pps->rx_errors + pps->rx_crc_errors +

Completed in 295 milliseconds