/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 193 stats->netstats.tx_carrier_errors += qnstats->tx_carrier_errors; in hfi1_vnic_update_stats() 219 stats->netstats.tx_carrier_errors + in hfi1_vnic_update_stats() 232 netdev->stats.tx_carrier_errors = stats->netstats.tx_carrier_errors; in hfi1_vnic_update_stats() 404 vinfo->stats[q_idx].netstats.tx_carrier_errors++; in hfi1_netdev_start_xmit()
|
/Linux-v4.19/include/uapi/linux/ |
D | if_hippi.h | 73 int tx_carrier_errors; member
|
D | if_link.h | 31 __u32 tx_carrier_errors; member 66 __u64 tx_carrier_errors; member
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | norm_desc.c | 48 stats->tx_carrier_errors++; in ndesc_get_tx_status() 52 stats->tx_carrier_errors++; in ndesc_get_tx_status()
|
D | dwmac4_descs.c | 43 stats->tx_carrier_errors++; in dwmac4_wrback_get_tx_status() 47 stats->tx_carrier_errors++; in dwmac4_wrback_get_tx_status()
|
D | enh_desc.c | 51 stats->tx_carrier_errors++; in enh_desc_get_tx_status() 55 stats->tx_carrier_errors++; in enh_desc_get_tx_status()
|
/Linux-v4.19/net/ipv4/ |
D | ip_vti.c | 176 dev->stats.tx_carrier_errors++; in vti_xmit() 183 dev->stats.tx_carrier_errors++; in vti_xmit() 188 dev->stats.tx_carrier_errors++; in vti_xmit()
|
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 112 {"tx_carrier_errors", VNIC_STAT(netstats.tx_carrier_errors)},
|
D | opa_vnic_vema_iface.c | 144 vstats.netstats.tx_carrier_errors); in opa_vnic_get_error_counters()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | if_link.h | 31 __u32 tx_carrier_errors; member 66 __u64 tx_carrier_errors; member
|
/Linux-v4.19/drivers/s390/net/ |
D | ctcm_main.c | 908 priv->stats.tx_carrier_errors++; in ctcm_tx() 958 priv->stats.tx_carrier_errors++; in ctcmpc_tx() 982 priv->stats.tx_carrier_errors++; in ctcmpc_tx() 993 priv->stats.tx_carrier_errors++; in ctcmpc_tx() 1006 priv->stats.tx_carrier_errors++; in ctcmpc_tx()
|
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe.h | 530 u32 tx_carrier_errors; member
|
D | pch_gbe_ethtool.c | 57 PCH_GBE_STAT(tx_carrier_errors),
|
D | pch_gbe_main.c | 1240 stats->tx_carrier_errors + stats->tx_timeout_count; in pch_gbe_update_stats() 1259 netdev->stats.tx_carrier_errors = stats->tx_carrier_errors; in pch_gbe_update_stats() 1554 adapter->stats.tx_carrier_errors++; in pch_gbe_clean_tx()
|
/Linux-v4.19/net/core/ |
D | net-procfs.c | 95 stats->tx_carrier_errors + in dev_seq_printf_stats()
|
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | lib8390.c | 561 dev->stats.tx_carrier_errors++; in ei_tx_err() 634 dev->stats.tx_carrier_errors++; in ei_tx_intr()
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 728 dev->stats.tx_carrier_errors += errs; in media_check() 797 dev->stats.tx_carrier_errors += inb(ioaddr + 0); in update_stats()
|
/Linux-v4.19/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 396 dev->stats.tx_carrier_errors++; in net_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 677 u64 tx_carrier_errors; member
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 1155 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats() 1258 dev->stats.tx_carrier_errors = lp->mace_stats.lcar; in update_stats()
|
/Linux-v4.19/drivers/net/arcnet/ |
D | arcnet.c | 919 dev->stats.tx_carrier_errors++; in arcnet_interrupt() 979 dev->stats.tx_carrier_errors++; in arcnet_interrupt()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 130 What: /sys/class/<iface>/statistics/tx_carrier_errors
|
/Linux-v4.19/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 1752 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()
|
D | ravb_main.c | 705 ndev->stats.tx_carrier_errors++; in ravb_emac_interrupt_unlocked() 1620 nstats->tx_carrier_errors += ravb_read(ndev, LCCR); in ravb_get_stats() 1623 nstats->tx_carrier_errors += ravb_read(ndev, CERCR); in ravb_get_stats() 1625 nstats->tx_carrier_errors += ravb_read(ndev, CEECR); in ravb_get_stats()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunvnet.c | 176 data[i++] = dev->stats.tx_carrier_errors; in vnet_get_ethtool_stats()
|