Home
last modified time | relevance | path

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

1234

/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/include/uapi/linux/
H A Dif_hippi.h65 int rx_over_errors; /* receiver ring buff overflow */ member
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c1179 priv->stats[RAVB_BE].rx_over_errors++; in ravb_error_interrupt()
1183 priv->stats[RAVB_NC].rx_over_errors++; in ravb_error_interrupt()
1399 priv->rx_over_errors = priv->stats[RAVB_BE].rx_over_errors; in ravb_poll()
1401 priv->rx_over_errors += priv->stats[RAVB_NC].rx_over_errors; in ravb_poll()
1402 if (priv->rx_over_errors != ndev->stats.rx_over_errors) in ravb_poll()
1403 ndev->stats.rx_over_errors = priv->rx_over_errors; in ravb_poll()
1663 data[i++] = stats->rx_over_errors; in ravb_get_ethtool_stats()
2321 nstats->rx_over_errors = stats0->rx_over_errors; in ravb_get_stats()
2335 nstats->rx_over_errors += stats1->rx_over_errors; in ravb_get_stats()
/linux/drivers/net/thunderbolt/
H A Dmain.c130 u64 rx_over_errors; member
741 net->stats.rx_over_errors++; in tbnet_check_frame()
1251 net->stats.rx_over_errors + net->stats.rx_crc_errors + in tbnet_get_stats64()
1255 stats->rx_over_errors = net->stats.rx_over_errors; in tbnet_get_stats64()
/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 Ddeclance.c591 dev->stats.rx_over_errors++; in lance_rx()
602 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()
H A Dhd64570.c297 dev->stats.rx_over_errors++; in sca_rx_intr()
/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/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/realtek/
H A Datp.c632 dev->stats.rx_over_errors++; in atp_interrupt()
/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()

1234