Home
last modified time | relevance | path

Searched refs:tx_window_errors (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/u-boot/include/linux/
H A Dnetdevice.h54 unsigned long tx_window_errors; member
/openbmc/linux/include/uapi/linux/
H A Dif_hippi.h76 int tx_window_errors; member
H A Dif_link.h33 __u32 tx_window_errors; member
243 __u64 tx_window_errors; member
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h33 __u32 tx_window_errors; member
240 __u64 tx_window_errors; member
/openbmc/qemu/linux-user/
H A Dfd-trans.c1061 st->tx_window_errors = tswap32(st->tx_window_errors); in host_to_target_data_link_rtattr()
1094 st64->tx_window_errors = tswap64(st64->tx_window_errors); in host_to_target_data_link_rtattr()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dlib8390.c567 dev->stats.tx_window_errors++; in ei_tx_err()
646 dev->stats.tx_window_errors++; in ei_tx_intr()
H A Daxnet_cs.c1239 if (txsr & ENTSR_OWC) dev->stats.tx_window_errors++; in ei_tx_err()
1325 dev->stats.tx_window_errors++; in ei_tx_intr()
/openbmc/linux/net/core/
H A Dnet-procfs.c96 stats->tx_window_errors + in dev_seq_printf_stats()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h663 u64 tx_window_errors; member
H A Datl1.c1697 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()
3154 {"tx_window_errors", ATL1_STAT(soft_stats.tx_window_errors)},
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dmac89x0.c403 dev->stats.tx_window_errors++; in net_interrupt()
H A Dep93xx_eth.c403 dev->stats.tx_window_errors++; in ep93xx_tx_complete()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena.c626 core_stats->tx_window_errors = in siena_update_nic_stats()
633 core_stats->tx_errors = (core_stats->tx_window_errors + in siena_update_nic_stats()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics209 What: /sys/class/net/<iface>/statistics/tx_window_errors
/openbmc/linux/drivers/net/ethernet/amd/
H A D7990.c382 dev->stats.tx_window_errors++; in lance_tx()
H A Dsunlance.c584 if (status & LE_T3_LCOL) dev->stats.tx_window_errors++; in lance_tx_dvma()
752 if (status & LE_T3_LCOL) dev->stats.tx_window_errors++; in lance_tx_pio()
H A Da2065.c348 dev->stats.tx_window_errors++; in lance_tx()
H A Dsun3lance.c698 if (status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
H A Dariadne.c326 dev->stats.tx_window_errors++; in ariadne_interrupt()
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.c367 net_stats->tx_window_errors = stats->tx_late_col; in emac_get_stats64()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c1680 stats->tx_window_errors = raw->tx_late_col; in ksz_r_mib_stats64()
1683 stats->tx_errors = stats->tx_window_errors + stats->tx_fifo_errors + in ksz_r_mib_stats64()
1729 stats->tx_window_errors = raw->tx_late_col; in ksz88xx_r_mib_stats64()
1732 stats->tx_errors = stats->tx_window_errors + stats->tx_fifo_errors + in ksz88xx_r_mib_stats64()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c627 dev->stats.tx_window_errors++; in tulip_interrupt()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c1275 dev->stats.tx_window_errors++; in smc_tx()
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c1509 stats->tx_window_errors = cnt[RTL8365MB_MIB_dot3StatsLateCollisions]; in rtl8365mb_stats_update()
1510 stats->tx_errors = stats->tx_aborted_errors + stats->tx_window_errors; in rtl8365mb_stats_update()
/openbmc/linux/drivers/net/ethernet/3com/
H A D3c589_cs.c809 dev->stats.tx_window_errors += inb(ioaddr + 4); in update_stats()

1234