Searched refs:rx_fcs_errs (Results 1 – 5 of 5) sorted by relevance
1290 u32 rx_fcs_errs; /* 0x60A4 */ member
1305 writel(0, &macstat->rx_fcs_errs); in et1310_config_macstat_regs()1589 stats->rx_code_violations += readl(&macstat->rx_fcs_errs); in et1310_update_macstat_host_counters()
224 u64 rx_fcs_errs; /* # of received frames with bad FCS */ member
613 RMON_UPDATE(mac, rx_fcs_errs, RX_CRC_ERR_FRAMES); in t3_mac_update_stats()
1503 ns->rx_errors = pstats->rx_symbol_errs + pstats->rx_fcs_errs + in cxgb_get_stats()1510 ns->rx_crc_errors = pstats->rx_fcs_errs; in cxgb_get_stats()1693 *data++ = s->rx_fcs_errs; in get_stats()