/linux-4.4.14/include/uapi/linux/ |
D | if_hippi.h | 75 int tx_window_errors; member
|
D | if_link.h | 33 __u32 tx_window_errors; member 66 __u64 tx_window_errors; member
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | lib8390.c | 565 dev->stats.tx_window_errors++; in ei_tx_err() 640 dev->stats.tx_window_errors++; in ei_tx_intr()
|
D | axnet_cs.c | 1238 if (txsr & ENTSR_OWC) dev->stats.tx_window_errors++; in ei_tx_err() 1321 dev->stats.tx_window_errors++; in ei_tx_intr()
|
/linux-4.4.14/net/core/ |
D | net-procfs.c | 96 stats->tx_window_errors + in dev_seq_printf_stats()
|
D | net-sysfs.c | 573 NETSTAT_ENTRY(tx_window_errors);
|
D | rtnetlink.c | 803 a->tx_window_errors = b->tx_window_errors; in copy_rtnl_link_stats()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | siena.c | 582 core_stats->tx_window_errors = in siena_update_nic_stats() 589 core_stats->tx_errors = (core_stats->tx_window_errors + in siena_update_nic_stats()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 676 u64 tx_window_errors; member
|
D | atl1.c | 1718 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb() 1745 netdev->stats.tx_window_errors = in atl1_inc_smb() 1746 adapter->soft_stats.tx_window_errors; in atl1_inc_smb() 3181 {"tx_window_errors", ATL1_STAT(soft_stats.tx_window_errors)},
|
D | atl2.c | 555 netdev->stats.tx_window_errors++; in atl2_intr_tx()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 450 dev->stats.tx_window_errors++; in net_interrupt()
|
D | ep93xx_eth.c | 425 dev->stats.tx_window_errors++; in ep93xx_tx_complete()
|
D | cs89x0.c | 751 dev->stats.tx_window_errors++; in net_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_port.c | 250 stats->tx_window_errors = 0; in mlx4_en_DUMP_ETH_STATS()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 193 What: /sys/class/<iface>/statistics/tx_window_errors
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | 7990.c | 381 dev->stats.tx_window_errors++; in lance_tx()
|
D | sunlance.c | 588 if (status & LE_T3_LCOL) dev->stats.tx_window_errors++; in lance_tx_dvma() 756 if (status & LE_T3_LCOL) dev->stats.tx_window_errors++; in lance_tx_pio()
|
D | am79c961a.c | 572 dev->stats.tx_window_errors++; in am79c961_tx()
|
D | a2065.c | 351 dev->stats.tx_window_errors++; in lance_tx()
|
D | ariadne.c | 326 dev->stats.tx_window_errors++; in ariadne_interrupt()
|
D | sun3lance.c | 712 if (status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
|
D | atarilance.c | 899 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
|
D | nmclan_cs.c | 1161 (long)pstats->tx_window_errors); in pr_linux_stats()
|
D | lance.c | 1069 dev->stats.tx_window_errors++; in lance_interrupt()
|
D | declance.c | 667 dev->stats.tx_window_errors++; in lance_tx()
|
D | amd8111e.c | 968 new_stats->tx_window_errors = in amd8111e_get_stats()
|
D | pcnet32.c | 1273 dev->stats.tx_window_errors++; in pcnet32_tx()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | sonic.c | 319 lp->stats.tx_window_errors++; in sonic_interrupt()
|
D | natsemi.c | 2165 dev->stats.tx_window_errors++; in netdev_tx_done()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | interrupt.c | 620 dev->stats.tx_window_errors++; in tulip_interrupt()
|
D | winbond-840.c | 1079 if (tx_status & 0x0200) np->stats.tx_window_errors++; in netdev_tx_done()
|
D | de2104x.c | 577 de->net_stats.tx_window_errors++; in de_tx()
|
D | de4x5.c | 1706 if (status & TD_LC) lp->stats.tx_window_errors++; in de4x5_tx()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 76 {"tx_window_errors", IXGB_NETDEV_STAT(stats.tx_window_errors)},
|
D | ixgb_main.c | 1775 netdev->stats.tx_window_errors = 0; in ixgb_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc9194.c | 1274 dev->stats.tx_window_errors++; in smc_tx()
|
D | smc91x.c | 748 dev->stats.tx_window_errors++; in smc_tx() 749 if (!(dev->stats.tx_window_errors & 63) && net_ratelimit()) { in smc_tx()
|
D | epic100.c | 1014 stats->tx_window_errors++; in epic_tx_error()
|
D | smc91c92_cs.c | 1283 if (tx_status & TS_LATCOL) dev->stats.tx_window_errors++; in smc_tx_err()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 1219 stats->tx_window_errors = ndev->stats.tx_window_errors; in hns_nic_get_stats64()
|
D | hns_ethtool.c | 874 p[20] = net_stats->tx_window_errors; in hns_get_ethtool_stats()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 803 dev->stats.tx_window_errors += inb(ioaddr + 4); in update_stats()
|
D | 3c574_cs.c | 971 dev->stats.tx_window_errors += inb(ioaddr + 4); in update_stats()
|
D | 3c509.c | 902 dev->stats.tx_window_errors += inb(ioaddr + 4); in update_stats()
|
D | 3c515.c | 1497 dev->stats.tx_window_errors += inb(ioaddr + 4); in update_stats()
|
D | 3c59x.c | 2878 dev->stats.tx_window_errors += window_read8(vp, 6, 4); in update_stats()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | fealnx.c | 1516 dev->stats.tx_window_errors++; in intr_handler() 1564 dev->stats.tx_window_errors += in intr_handler()
|
D | korina.c | 570 dev->stats.tx_window_errors++; in korina_tx()
|
D | ethoc.c | 487 netdev->stats.tx_window_errors++; in ethoc_update_tx_stats()
|
/linux-4.4.14/drivers/net/usb/ |
D | rtl8150.c | 488 dev->netdev->stats.tx_window_errors++; in intr_callback()
|
D | pegasus.c | 658 pegasus->stats.tx_window_errors++; in intr_callback()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 522 stats->tx_window_errors = in_be32(&fec->ieee_t_lcol); in mpc52xx_fec_get_stats()
|
D | fec_main.c | 1249 ndev->stats.tx_window_errors++; in fec_enet_tx_queue()
|
D | gianfar.c | 3586 dev->stats.tx_window_errors++; in gfar_error()
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 250 fep->stats.tx_window_errors++; in fs_enet_tx_napi()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 439 (unsigned long int)nstat->tx_window_errors); in i40e_dbg_dump_vsi_seid() 478 (unsigned long int)vsi->net_stats_offsets.tx_window_errors); in i40e_dbg_dump_vsi_seid()
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | sc92031.c | 684 dev->stats.tx_window_errors++; in _sc92031_tx_tasklet()
|
/linux-4.4.14/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 973 if (tx_errs & 0x2000) dev->stats.tx_window_errors++; in yellowfin_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 339 ns->tx_window_errors = pstats->TxLateCollisions; in t1_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1210 net_stats->tx_window_errors = hw_stats->tx_late_col; in alx_get_stats64()
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 670 stats->tx_window_errors++; in sis190_tx_pkt_err()
|
D | sis900.c | 1921 net_dev->stats.tx_window_errors++; in sis900_finish_xmit()
|
/linux-4.4.14/drivers/net/wan/lmc/ |
D | lmc_main.c | 1337 sc->lmc_device->stats.tx_window_errors++; in lmc_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
D | starfire.c | 1697 dev->stats.tx_window_errors = readl(ioaddr + 0x57018); in get_stats()
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | sundance.c | 1236 dev->stats.tx_window_errors++; in intr_handler()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 679 cp->dev->stats.tx_window_errors++; in cp_tx()
|
D | 8139too.c | 1799 dev->stats.tx_window_errors++; in rtl8139_tx_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 1177 nstats->tx_window_errors = 0; in bnx2x_net_stats_update()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 1964 dev->stats.tx_window_errors++; in rhine_tx()
|
D | via-velocity.c | 1937 stats->tx_window_errors++; in velocity_tx_srv()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 1206 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1e_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 5622 dev->stats.tx_window_errors = 0; in netdev_query_statistics() 5644 dev->stats.tx_window_errors += (unsigned long) in netdev_query_statistics()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 1529 net_stats->tx_window_errors = hw_stats->tx_late_col; in atl1c_get_stats()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 178 unsigned long tx_window_errors; member
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slicoss.c | 2559 dev->stats.tx_window_errors = 0; in slic_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 1647 ns->tx_window_errors += le32_to_cpu(s->tx_late_collisions); in e100_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 4924 netdev->stats.tx_window_errors = adapter->stats.latecol; in e1000e_update_stats() 5914 stats->tx_window_errors = adapter->stats.latecol; in e1000e_get_stats64()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1520 ns->tx_window_errors = 0; in cxgb_get_stats()
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 2114 dev->stats.tx_window_errors++; in airo_end_xmit() 2181 dev->stats.tx_window_errors++; in airo_end_xmit11()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 3718 netdev->stats.tx_window_errors = adapter->stats.latecol; in e1000_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 2948 ns->tx_window_errors = 0; in cxgb_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5371 net_stats->tx_window_errors = adapter->stats.latecol; in igb_update_stats()
|