rx_fcs_errs      1363 drivers/net/ethernet/agere/et131x.c 	stats->rx_code_violations   += readl(&macstat->rx_fcs_errs);
rx_fcs_errs      1142 drivers/net/ethernet/agere/et131x.h 	u32 rx_fcs_errs;		/*  0x60A4 */
rx_fcs_errs       212 drivers/net/ethernet/cavium/thunder/nic.h 	u64 rx_fcs_errs;
rx_fcs_errs        64 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	NICVF_DRV_STAT(rx_fcs_errs),
rx_fcs_errs      1852 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_fcs_errs);
rx_fcs_errs       223 drivers/net/ethernet/chelsio/cxgb3/common.h 	u64 rx_fcs_errs;	/* # of received frames with bad FCS */
rx_fcs_errs      1506 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	ns->rx_errors = pstats->rx_symbol_errs + pstats->rx_fcs_errs +
rx_fcs_errs      1513 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	ns->rx_crc_errors = pstats->rx_fcs_errs;
rx_fcs_errs      1696 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	*data++ = s->rx_fcs_errs;
rx_fcs_errs       613 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	RMON_UPDATE(mac, rx_fcs_errs, RX_CRC_ERR_FRAMES);