Searched refs:tx_carrier_errors (Results 1 - 25 of 117) sorted by relevance

12345

/drivers/net/ethernet/stmicro/stmmac/
H A Dnorm_desc.c42 stats->tx_carrier_errors++;
46 stats->tx_carrier_errors++;
H A Denh_desc.c46 stats->tx_carrier_errors++;
50 stats->tx_carrier_errors++;
/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c191 stats->tx_carrier_errors = 0;
/drivers/s390/net/
H A Dctcm_main.c907 priv->stats.tx_carrier_errors++;
957 priv->stats.tx_carrier_errors++;
981 priv->stats.tx_carrier_errors++;
992 priv->stats.tx_carrier_errors++;
1005 priv->stats.tx_carrier_errors++;
/drivers/net/ethernet/cadence/
H A Dmacb.h526 u32 tx_carrier_errors; member in struct:macb_stats
H A Dmacb.c1807 nstat->tx_carrier_errors = hwstat->tx_carrier_sense_errors;
1838 hwstat->tx_carrier_errors);
1853 nstat->tx_carrier_errors = hwstat->tx_carrier_errors;
/drivers/net/ethernet/cirrus/
H A Dmac89x0.c450 dev->stats.tx_carrier_errors++;
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h544 * @tx_carrier_errors: transmit carrier error
571 u32 tx_carrier_errors; member in struct:pch_gbe_hw_stats
H A Dpch_gbe_ethtool.c57 PCH_GBE_STAT(tx_carrier_errors),
H A Dpch_gbe_main.c1281 stats->tx_carrier_errors + stats->tx_timeout_count;
1300 netdev->stats.tx_carrier_errors = stats->tx_carrier_errors;
1595 adapter->stats.tx_carrier_errors++;
/drivers/net/arcnet/
H A Darcnet.c860 dev->stats.tx_carrier_errors++;
924 dev->stats.tx_carrier_errors++;
/drivers/net/ethernet/3com/
H A D3c589_cs.c732 dev->stats.tx_carrier_errors += errs;
801 dev->stats.tx_carrier_errors += inb(ioaddr + 0);
/drivers/net/ethernet/8390/
H A Dlib8390.c561 dev->stats.tx_carrier_errors++;
634 dev->stats.tx_carrier_errors++;
H A Daxnet_cs.c1239 if (txsr & ENTSR_CRS) dev->stats.tx_carrier_errors++;
1318 dev->stats.tx_carrier_errors++;
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1154 pr_debug(" tx_aborted_errors=%-7ld tx_carrier_errors=%ld\n",
1155 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors);
1258 lp->linux_stats.tx_carrier_errors = lp->mace_stats.lcar;
H A D7990.c384 dev->stats.tx_carrier_errors++;
H A Dam79c961a.c574 dev->stats.tx_carrier_errors++;
/drivers/net/ethernet/renesas/
H A Dsh_eth.c1527 ndev->stats.tx_carrier_errors++;
2144 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, LCCR);
2148 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, CERCR);
2150 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, CEECR);
2153 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, CNDCR);
/drivers/net/ethernet/apple/
H A Dmacmace.c589 ++dev->stats.tx_carrier_errors;
/drivers/net/ethernet/arc/
H A Demac_main.c174 stats->tx_carrier_errors++;
/drivers/net/ethernet/atheros/atlx/
H A Datl1.h677 u64 tx_carrier_errors; member in struct:atl1_sft_stats
/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c618 dev->stats.tx_carrier_errors++;
/drivers/net/ethernet/natsemi/
H A Dsonic.c317 lp->stats.tx_carrier_errors++;
/drivers/net/ethernet/silan/
H A Dsc92031.c681 dev->stats.tx_carrier_errors++;
830 dev->stats.tx_carrier_errors++;
/drivers/net/wan/
H A Dsbni.c880 nl->master->stats.tx_carrier_errors++;
883 dev->stats.tx_carrier_errors++;

Completed in 4575 milliseconds

12345