Home
last modified time | relevance | path

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

123456

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dvnic_main.c91 stats->netstats.tx_carrier_errors += qnstats->tx_carrier_errors; in hfi1_vnic_update_stats()
117 stats->netstats.tx_carrier_errors + in hfi1_vnic_update_stats()
130 netdev->stats.tx_carrier_errors = stats->netstats.tx_carrier_errors; in hfi1_vnic_update_stats()
302 vinfo->stats[q_idx].netstats.tx_carrier_errors++; in hfi1_netdev_start_xmit()
Dipoib_tx.c448 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_flush_tx_list()
489 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_send_dma_single()
512 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_send_dma_single()
545 ++dev->stats.tx_carrier_errors; in hfi1_ipoib_send_dma_list()
/Linux-v5.10/net/ipv4/
Dip_vti.c186 dev->stats.tx_carrier_errors++; in vti_xmit()
201 dev->stats.tx_carrier_errors++; in vti_xmit()
208 dev->stats.tx_carrier_errors++; in vti_xmit()
216 dev->stats.tx_carrier_errors++; in vti_xmit()
224 dev->stats.tx_carrier_errors++; in vti_xmit()
/Linux-v5.10/include/uapi/linux/
Dif_hippi.h73 int tx_carrier_errors; member
Dif_link.h30 __u32 tx_carrier_errors; member
236 __u64 tx_carrier_errors; member
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c38 stats->tx_carrier_errors++; in ndesc_get_tx_status()
42 stats->tx_carrier_errors++; in ndesc_get_tx_status()
Denh_desc.c41 stats->tx_carrier_errors++; in enh_desc_get_tx_status()
45 stats->tx_carrier_errors++; in enh_desc_get_tx_status()
Ddwmac4_descs.c41 stats->tx_carrier_errors++; in dwmac4_wrback_get_tx_status()
45 stats->tx_carrier_errors++; in dwmac4_wrback_get_tx_status()
/Linux-v5.10/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_ethtool.c112 {"tx_carrier_errors", VNIC_STAT(netstats.tx_carrier_errors)},
Dopa_vnic_vema_iface.c144 vstats.netstats.tx_carrier_errors); in opa_vnic_get_error_counters()
/Linux-v5.10/tools/include/uapi/linux/
Dif_link.h31 __u32 tx_carrier_errors; member
66 __u64 tx_carrier_errors; member
/Linux-v5.10/net/xfrm/
Dxfrm_interface.c335 stats->tx_carrier_errors++; in xfrmi_xmit2()
362 stats->tx_carrier_errors++; in xfrmi_xmit()
378 stats->tx_carrier_errors++; in xfrmi_xmit()
/Linux-v5.10/drivers/s390/net/
Dctcm_main.c906 priv->stats.tx_carrier_errors++; in ctcm_tx()
956 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
980 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
991 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
1004 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
/Linux-v5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe.h519 u32 tx_carrier_errors; member
Dpch_gbe_ethtool.c46 PCH_GBE_STAT(tx_carrier_errors),
Dpch_gbe_main.c1226 stats->tx_carrier_errors + stats->tx_timeout_count; in pch_gbe_update_stats()
1245 netdev->stats.tx_carrier_errors = stats->tx_carrier_errors; in pch_gbe_update_stats()
1540 adapter->stats.tx_carrier_errors++; in pch_gbe_clean_tx()
/Linux-v5.10/net/core/
Dnet-procfs.c95 stats->tx_carrier_errors + in dev_seq_printf_stats()
/Linux-v5.10/drivers/net/ethernet/3com/
D3c589_cs.c726 dev->stats.tx_carrier_errors += errs; in media_check()
795 dev->stats.tx_carrier_errors += inb(ioaddr + 0); in update_stats()
/Linux-v5.10/drivers/net/ethernet/8390/
Dlib8390.c564 dev->stats.tx_carrier_errors++; in ei_tx_err()
641 dev->stats.tx_carrier_errors++; in ei_tx_intr()
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl1.h664 u64 tx_carrier_errors; member
/Linux-v5.10/drivers/net/ethernet/cirrus/
Dmac89x0.c396 dev->stats.tx_carrier_errors++; in net_interrupt()
/Linux-v5.10/drivers/net/ethernet/amd/
Dnmclan_cs.c1152 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats()
1255 dev->stats.tx_carrier_errors = lp->mace_stats.lcar; in update_stats()
/Linux-v5.10/drivers/net/ethernet/renesas/
Dsh_eth.c1735 ndev->stats.tx_carrier_errors++; in sh_eth_emac_interrupt()
2565 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, LCCR); in sh_eth_get_stats()
2568 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, in sh_eth_get_stats()
2570 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, in sh_eth_get_stats()
2573 sh_eth_update_stat(ndev, &ndev->stats.tx_carrier_errors, in sh_eth_get_stats()
/Linux-v5.10/drivers/net/arcnet/
Darcnet.c919 dev->stats.tx_carrier_errors++; in arcnet_interrupt()
979 dev->stats.tx_carrier_errors++; in arcnet_interrupt()
/Linux-v5.10/drivers/net/ethernet/sun/
Dsunvnet.c176 data[i++] = dev->stats.tx_carrier_errors; in vnet_get_ethtool_stats()

123456