Home
last modified time | relevance | path

Searched refs:tx_carrier_errors (Results 1 – 25 of 107) sorted by relevance

12345

/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c49 stats->netstats.tx_carrier_errors += qnstats->tx_carrier_errors; in hfi1_vnic_update_stats()
75 stats->netstats.tx_carrier_errors + in hfi1_vnic_update_stats()
88 netdev->stats.tx_carrier_errors = stats->netstats.tx_carrier_errors; in hfi1_vnic_update_stats()
260 vinfo->stats[q_idx].netstats.tx_carrier_errors++; in hfi1_netdev_start_xmit()
H A Dipoib_tx.c433 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_flush_tx_list()
474 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_send_dma_single()
502 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_send_dma_single()
537 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_send_dma_list()
/linux/net/ipv4/
H A Dip_vti.c189 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit()
204 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit()
211 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit()
219 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit()
227 DEV_STATS_INC(dev, tx_carrier_errors); in vti_xmit()
H A Dip_tunnel.c629 DEV_STATS_INC(dev, tx_carrier_errors); in ip_md_tunnel_xmit()
797 DEV_STATS_INC(dev, tx_carrier_errors); in ip_tunnel_xmit()
/linux/include/uapi/linux/
H A Dif_hippi.h73 int tx_carrier_errors; member
/linux/drivers/s390/net/
H A Dctcm_main.c859 priv->stats.tx_carrier_errors++; in ctcm_tx()
909 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
933 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
944 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
957 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
/linux/net/xfrm/
H A Dxfrm_interface_core.c519 DEV_STATS_INC(dev, tx_carrier_errors); in xfrmi_xmit2()
545 DEV_STATS_INC(dev, tx_carrier_errors); in xfrmi_xmit()
561 DEV_STATS_INC(dev, tx_carrier_errors); in xfrmi_xmit()
/linux/drivers/net/ethernet/8390/
H A Dlib8390.c563 dev->stats.tx_carrier_errors++; in ei_tx_err()
640 dev->stats.tx_carrier_errors++; in ei_tx_intr()
H A Daxnet_cs.c1237 if (txsr & ENTSR_CRS) dev->stats.tx_carrier_errors++; in ei_tx_err()
1319 dev->stats.tx_carrier_errors++; in ei_tx_intr()
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h519 u32 tx_carrier_errors; member
H A Dpch_gbe_ethtool.c48 PCH_GBE_STAT(tx_carrier_errors),
H A Dpch_gbe_main.c1197 stats->tx_carrier_errors + stats->tx_timeout_count; in pch_gbe_update_stats()
1216 netdev->stats.tx_carrier_errors = stats->tx_carrier_errors; in pch_gbe_update_stats()
1511 adapter->stats.tx_carrier_errors++; in pch_gbe_clean_tx()
/linux/net/core/
H A Dnet-procfs.c61 stats->tx_carrier_errors + in dev_seq_printf_stats()
/linux/drivers/net/ethernet/3com/
H A D3c589_cs.c735 dev->stats.tx_carrier_errors += errs; in media_check()
804 dev->stats.tx_carrier_errors += inb(ioaddr + 0); in update_stats()
/linux/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1153 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats()
1256 dev->stats.tx_carrier_errors = lp->mace_stats.lcar; in update_stats()
H A D7990.c385 dev->stats.tx_carrier_errors++; in lance_tx()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h664 u64 tx_carrier_errors; member
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c144 vstats.netstats.tx_carrier_errors); in opa_vnic_get_error_counters()
/linux/drivers/net/arcnet/
H A Darcnet.c973 dev->stats.tx_carrier_errors++; in arcnet_interrupt()
1033 dev->stats.tx_carrier_errors++; in arcnet_interrupt()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c162 data[i++] = dev->stats.tx_carrier_errors; in vnet_get_ethtool_stats()
/linux/drivers/net/ethernet/silan/
H A Dsc92031.c680 dev->stats.tx_carrier_errors++; in _sc92031_tx_tasklet()
829 dev->stats.tx_carrier_errors++; in _sc92031_link_tasklet()
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c1742 ndev->stats.tx_carrier_errors++; in sh_eth_emac_interrupt()
2571 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, LCCR); in sh_eth_get_stats()
2574 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, in sh_eth_get_stats()
2576 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, in sh_eth_get_stats()
2579 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, in sh_eth_get_stats()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics146 What: /sys/class/net/<iface>/statistics/tx_carrier_errors
/linux/drivers/net/fjes/
H A Dfjes_main.c664 adapter->stats64.tx_carrier_errors += 1; in fjes_xmit_frame()
666 .tx_carrier_errors += 1; in fjes_xmit_frame()
/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c625 dev->stats.tx_carrier_errors++; in tulip_interrupt()

12345