Searched refs:tx_errors (Results 151 - 175 of 390) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/ezchip/
H A Dnps_enet.c153 ndev->stats.tx_errors++;
/linux-master/drivers/net/arcnet/
H A Drfc1201.c411 dev->stats.tx_errors++;
H A Darcnet.c830 dev->stats.tx_errors++;
972 dev->stats.tx_errors++;
/linux-master/drivers/net/can/esd/
H A Desdacc.c538 stats->tx_errors++;
/linux-master/drivers/net/ethernet/wiznet/
H A Dw5300.c351 ndev->stats.tx_errors++;
/linux-master/net/bluetooth/bnep/
H A Dcore.c315 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet.c89 { "tx_errors" },
169 data[i++] = dev->stats.tx_errors;
/linux-master/net/ipv4/
H A Dipip.c322 DEV_STATS_INC(dev, tx_errors);
/linux-master/drivers/net/ethernet/
H A Dlantiq_xrx200.c407 net_dev->stats.tx_errors++;
H A Dkorina.c783 dev->stats.tx_errors++;
794 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac.c363 net_stats->tx_errors = stats->tx_late_col + stats->tx_abort_col +
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c633 r_vec->tx_errors++;
1974 data[2] = r_vec->tx_errors;
1978 stats->tx_errors += data[2];
1987 stats->tx_errors += nn_readq(nn, NFP_NET_CFG_STATS_TX_ERRORS);
/linux-master/include/net/
H A Dip_tunnels.h633 DEV_STATS_INC(dev, tx_errors);
/linux-master/drivers/net/ethernet/amd/
H A Ddeclance.c665 dev->stats.tx_errors++;
759 dev->stats.tx_errors++;
H A Dau1000_eth.c844 ps->tx_errors++;
848 ps->tx_errors++;
/linux-master/drivers/message/fusion/
H A Dmptlan.c627 dev->stats.tx_errors += count;
633 dev->stats.tx_errors += count;
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c1059 hi.data.cs.tx_errors = dev->stats.tx_errors;
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c409 r_vec->tx_errors++;
1284 r_vec->tx_errors++;
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c513 DEV_STATS_INC(dev, tx_errors);
580 DEV_STATS_INC(dev, tx_errors);
/linux-master/net/l2tp/
H A Dl2tp_core.c1160 atomic_long_inc(&session->tunnel->stats.tx_errors);
1161 atomic_long_inc(&session->stats.tx_errors);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c569 __le64 tx_errors; member in struct:rtl8169_counters
584 __le64 tx_errors; member in struct:rtl8169_tc_offsets
1736 "tx_errors",
1814 tp->tc_offset.tx_errors = counters->tx_errors;
1834 data[2] = le64_to_cpu(counters->tx_errors);
4926 stats->tx_errors = le64_to_cpu(counters->tx_errors) -
4927 le64_to_cpu(tp->tc_offset.tx_errors);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c343 percpu_priv->stats.tx_errors++;
2357 percpu_stats->tx_errors++;
2398 percpu_priv->stats.tx_errors++;
2441 percpu_priv->stats.tx_errors++;
2563 percpu_stats->tx_errors++;
/linux-master/drivers/net/ppp/
H A Dppp_generic.c1530 stats64->tx_errors = dev->stats.tx_errors;
1851 ++ppp->dev->stats.tx_errors;
2134 ++ppp->dev->stats.tx_errors;
3288 st->p.ppp_oerrors = ppp->dev->stats.tx_errors;
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c222 STAT_NETDEV(tx_errors),
1263 dev->stats.tx_errors++;
1410 dev->stats.tx_errors++;
/linux-master/drivers/s390/net/
H A Dctcm_fsms.c314 priv->stats.tx_errors += i;
1074 priv->stats.tx_errors++;
1355 priv->stats.tx_errors += i;

Completed in 293 milliseconds

1234567891011>>