/linux/include/uapi/linux/ |
H A D | if_hippi.h | 76 int tx_window_errors; member
|
/linux/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 567 dev->stats.tx_window_errors++; in ei_tx_err() 646 dev->stats.tx_window_errors++; in ei_tx_intr()
|
H A D | axnet_cs.c | 1239 if (txsr & ENTSR_OWC) dev->stats.tx_window_errors++; in ei_tx_err() 1325 dev->stats.tx_window_errors++; in ei_tx_intr()
|
/linux/net/core/ |
H A D | net-procfs.c | 63 stats->tx_window_errors + in dev_seq_printf_stats()
|
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 663 u64 tx_window_errors; member
|
H A D | atl1.c | 1697 adapter->soft_stats.tx_window_errors += smb->tx_late_col; in atl1_inc_smb() 1724 netdev->stats.tx_window_errors = in atl1_inc_smb() 1725 adapter->soft_stats.tx_window_errors; in atl1_inc_smb() 3152 {"tx_window_errors", ATL1_STAT(soft_stats.tx_window_errors)},
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-statistics | 209 What: /sys/class/net/<iface>/statistics/tx_window_errors
|
/linux/drivers/net/ethernet/amd/ |
H A D | 7990.c | 382 dev->stats.tx_window_errors++; in lance_tx()
|
H A D | sun3lance.c | 699 if (status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
|
H A D | a2065.c | 348 dev->stats.tx_window_errors++; in lance_tx()
|
H A D | ariadne.c | 326 dev->stats.tx_window_errors++; in ariadne_interrupt()
|
H A D | atarilance.c | 900 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
|
H A D | nmclan_cs.c | 1157 (long)pstats->tx_window_errors); in pr_linux_stats()
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | interrupt.c | 627 dev->stats.tx_window_errors++; in tulip_interrupt()
|
/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 1507 stats->tx_window_errors = cnt[RTL8365MB_MIB_dot3StatsLateCollisions]; in rtl8365mb_stats_update() 1508 stats->tx_errors = stats->tx_aborted_errors + stats->tx_window_errors; in rtl8365mb_stats_update()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 1275 dev->stats.tx_window_errors++; in smc_tx()
|
H A D | smc91x.c | 739 dev->stats.tx_window_errors++; in smc_tx() 740 if (!(dev->stats.tx_window_errors & 63) && net_ratelimit()) { in smc_tx()
|
/linux/drivers/net/ethernet/ |
H A D | fealnx.c | 1510 dev->stats.tx_window_errors++; in intr_handler() 1560 dev->stats.tx_window_errors += in intr_handler()
|
/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 809 dev->stats.tx_window_errors += inb(ioaddr + 4); in update_stats()
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | sonic.c | 403 lp->stats.tx_window_errors++; in sonic_interrupt()
|
/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 402 dev->stats.tx_window_errors++; in ep93xx_tx_complete()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 2056 stats->tx_window_errors = raw->tx_late_col; in ksz_r_mib_stats64() 2059 stats->tx_errors = stats->tx_window_errors + stats->tx_fifo_errors + in ksz_r_mib_stats64() 2111 stats->tx_window_errors = raw->tx_late_col; in ksz88xx_r_mib_stats64() 2114 stats->tx_errors = stats->tx_window_errors + stats->tx_fifo_errors + in ksz88xx_r_mib_stats64()
|
/linux/drivers/net/dsa/qca/ |
H A D | ar9331.c | 643 stats->tx_window_errors += raw.txlatecol; in ar9331_read_stats()
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet-main.c | 121 dev->stats.tx_window_errors++; in fs_enet_napi()
|
/linux/drivers/net/usb/ |
H A D | rtl8150.c | 500 dev->netdev->stats.tx_window_errors++; in intr_callback()
|