| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | vnic_main.c | 105 stats->netstats.rx_fifo_errors += qnstats->rx_fifo_errors; in hfi1_vnic_update_stats() 121 stats->netstats.rx_errors = stats->netstats.rx_fifo_errors + in hfi1_vnic_update_stats() 136 netdev->stats.rx_fifo_errors = stats->netstats.rx_fifo_errors; in hfi1_vnic_update_stats() 420 vinfo->stats[q_idx].netstats.rx_fifo_errors++; in hfi1_vnic_bypass_rcv()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | netdevice.h | 47 unsigned long rx_fifo_errors; /* recv'r fifo overrun */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | dm9620.c | 845 printk("rx_fifo_errors %lu\n",dev->net->stats.rx_fifo_errors ); in dm9620_unbind() 852 printk("rx_fifo_errors %lu\n",dev->stats.rx_fifo_errors ); in dm9620_unbind() 899 if (status & 0x01) dev->net->stats.rx_fifo_errors++; in dm9620_rx_fixup() 905 if (status & 0x01) dev->stats.rx_fifo_errors++; in dm9620_rx_fixup() 924 if (status & 0x01) dev->net->stats.rx_fifo_errors++; in dm9620_rx_fixup() 930 if (status & 0x01) dev->stats.rx_fifo_errors++; in dm9620_rx_fixup()
|
| H A D | net1080.c | 399 dev->net->stats.rx_fifo_errors++; in net1080_rx_fixup()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_hippi.h | 68 int rx_fifo_errors; /* recv'r fifo overrun */ member
|
| H A D | if_link.h | 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member 61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_hippi.h | 68 int rx_fifo_errors; /* recv'r fifo overrun */ member
|
| H A D | if_link.h | 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member 61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_hippi.h | 68 int rx_fifo_errors; /* recv'r fifo overrun */ member
|
| H A D | if_link.h | 25 __u32 rx_fifo_errors; member 231 __u64 rx_fifo_errors; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_ethtool.c | 108 {"rx_fifo_errors", VNIC_STAT(netstats.rx_fifo_errors)},
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/tundra/ |
| H A D | tsi108_eth.c | 563 data->tmpstats.rx_fifo_errors = data->stats.rx_fifo_errors; in tsi108_get_stats() 584 data->tmpstats.rx_fifo_errors + data->tmpstats.rx_missed_errors; in tsi108_get_stats() 765 data->stats.rx_fifo_errors++; in tsi108_complete_rx() 876 data->stats.rx_fifo_errors++; in tsi108_poll()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | if_link.h | 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member 61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_main.h | 138 u64 rx_fifo_errors; member
|
| H A D | xgene_enet_ethtool.c | 36 XGENE_STAT(rx_fifo_errors)
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | yam.c | 752 ++dev->stats.rx_fifo_errors; in yam_interrupt() 818 seq_printf(seq, " RxOver %lu\n", dev->stats.rx_fifo_errors); in yam_seq_show() 882 yam_dev->stats.rx_fifo_errors = 0; in yam_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | interrupt.c | 203 dev->stats.rx_fifo_errors++; in tulip_poll() 433 dev->stats.rx_fifo_errors++; in tulip_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/dev/ |
| H A D | rx-offload.c | 162 offload->dev->stats.rx_fifo_errors++; in can_rx_offload_offload_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 752 priv->rx_fifo_errors++; in ravb_error_interrupt() 947 if (priv->rx_fifo_errors != ndev->stats.rx_fifo_errors) in ravb_poll() 948 ndev->stats.rx_fifo_errors = priv->rx_fifo_errors; in ravb_poll()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | net-procfs.c | 88 stats->rx_fifo_errors, in dev_seq_printf_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | ntb_netdev.c | 142 ndev->stats.rx_fifo_errors++; in ntb_netdev_rx_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | ti_hecc.c | 639 ndev->stats.rx_fifo_errors++; in ti_hecc_error() 673 ndev->stats.rx_fifo_errors++; in ti_hecc_change_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | nmclan_cs.c | 1149 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats() 1249 dev->stats.rx_fifo_errors = lp->mace_stats.oflo; in update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/staging/netlogic/ |
| H A D | xlr_net.c | 348 stats->rx_fifo_errors = xlr_nae_rdreg(priv->base_addr, in xlr_stats() 354 stats->rx_frame_errors + stats->rx_fifo_errors + in xlr_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.h | 658 u64 rx_fifo_errors; member
|