Home
last modified time | relevance | path

Searched refs:rx_over_errors (Results 1 – 25 of 108) sorted by relevance

12345

/linux/drivers/net/slip/
H A Dslip.c284 dev->stats.rx_over_errors++;
339 dev->stats.rx_over_errors++;
590 stats->rx_over_errors = devstats->rx_over_errors;
990 sl->dev->stats.rx_over_errors++;
1066 sl->dev->stats.rx_over_errors++;
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c1178 priv->stats[RAVB_BE].rx_over_errors++; in ravb_error_interrupt()
1182 priv->stats[RAVB_NC].rx_over_errors++; in ravb_error_interrupt()
1398 priv->rx_over_errors = priv->stats[RAVB_BE].rx_over_errors; in ravb_poll()
1400 priv->rx_over_errors += priv->stats[RAVB_NC].rx_over_errors; in ravb_poll()
1401 if (priv->rx_over_errors != ndev->stats.rx_over_errors) in ravb_poll()
1402 ndev->stats.rx_over_errors = priv->rx_over_errors; in ravb_poll()
1662 data[i++] = stats->rx_over_errors; in ravb_get_ethtool_stats()
2320 nstats->rx_over_errors = stats0->rx_over_errors; in ravb_get_stats()
2334 nstats->rx_over_errors += stats1->rx_over_errors; in ravb_get_stats()
/linux/include/uapi/linux/
H A Dif_hippi.h65 int rx_over_errors; /* receiver ring buff overflow */ member
/linux/drivers/net/ethernet/amd/
H A Dsunlance.c518 dev->stats.rx_over_errors++; in lance_rx_dvma()
526 if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; in lance_rx_dvma()
688 dev->stats.rx_over_errors++; in lance_rx_pio()
696 if (bits & LE_R1_OFL) dev->stats.rx_over_errors++; in lance_rx_pio()
H A D7990.c304 dev->stats.rx_over_errors++; in lance_rx()
316 dev->stats.rx_over_errors++; in lance_rx()
H A Da2065.c272 dev->stats.rx_over_errors++; in lance_rx()
284 dev->stats.rx_over_errors++; in lance_rx()
H A Dsun3lance.c784 if (status & RMD1_OFLO) dev->stats.rx_over_errors++; in lance_rx()
H A Dariadne.c184 dev->stats.rx_over_errors++; in ariadne_rx()
/linux/drivers/net/hamradio/
H A Dmkiss.c337 ax->dev->stats.rx_over_errors++; in kiss_unesc()
410 dev->stats.rx_over_errors++; in ax_changedmtu()
/linux/drivers/net/can/esd/
H A Desdacc.c506 stats->rx_over_errors += msg->lost_cnt; in handle_core_msg_overrun()
509 stats->rx_over_errors++; in handle_core_msg_overrun()
/linux/drivers/net/wan/
H A Dwanxl.c469 dev->stats.rx_over_errors = get_status(port)->rx_overruns; in wanxl_get_stats()
471 dev->stats.rx_errors = dev->stats.rx_over_errors + in wanxl_get_stats()
H A Dhd64572.c237 dev->stats.rx_over_errors++; in sca_rx_done()
H A Dfsl_qmc_hdlc.c264 netdev->stats.rx_over_errors++; in qmc_hcld_recv_complete()
/linux/drivers/net/ethernet/arc/
H A Demac_main.c397 stats->rx_over_errors += 0x100; in arc_emac_intr()
663 stats->rx_over_errors += rxoflow; in arc_emac_stats()
/linux/net/core/
H A Dnet-procfs.c55 stats->rx_length_errors + stats->rx_over_errors + in dev_seq_printf_stats()
/linux/drivers/net/ethernet/sun/
H A Dsunqe.c341 dev->stats.rx_over_errors += 256; in qe_is_bolixed()
352 dev->stats.rx_over_errors++; in qe_is_bolixed()
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c660 netdev->stats.rx_over_errors++; in pcan_usb_pro_handle_error()
667 netdev->stats.rx_over_errors++; in pcan_usb_pro_handle_error()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c230 stats->hw_rx_over_errors = ns.rx_over_errors; in ionic_get_lif_stats()
/linux/drivers/net/usb/
H A Dcdc-phonet.c190 dev->stats.rx_over_errors++; in rx_complete()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics107 What: /sys/class/net/<iface>/statistics/rx_over_errors
/linux/drivers/usb/gadget/function/
H A Df_phonet.c365 dev->stats.rx_over_errors++; in pn_rx_complete()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c654 &stats->rx_over_errors); in mtk_star_update_stats()
663 stats->rx_errors += stats->rx_over_errors; in mtk_star_update_stats()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1081 STAT_RTNL(rx_over_errors),
3598 u64 rx_length_errors, rx_over_errors; in bcmgenet_get_stats64() local
3635 rx_over_errors = u64_stats_read(&rx_stats->over_errors); in bcmgenet_get_stats64()
3653 stats->rx_over_errors += rx_over_errors; in bcmgenet_get_stats64()
/linux/drivers/net/ethernet/8390/
H A Dlib8390.c803 dev->stats.rx_over_errors++; in ei_rx_overrun()
/linux/drivers/net/ethernet/seeq/
H A Dether3.c657 if (status & RXSTAT_OVERSIZE) stats->rx_over_errors ++; in ether3_rx()

12345