Searched refs:tx_bytes (Results 201 - 225 of 667) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dxsk.c320 r_vec->tx_bytes += done_bytes;
/linux-master/drivers/net/ethernet/socionext/
H A Dsni_ave.c686 unsigned int tx_bytes = 0; local
702 tx_bytes += cmdsts & AVE_STS_PKTLEN_TX_MASK;
731 priv->stats_tx.bytes += tx_bytes;
1520 stats->tx_bytes = priv->stats_tx.bytes;
/linux-master/drivers/net/
H A Difb.c178 stats->tx_bytes += bytes;
H A Drionet.c154 ndev->stats.tx_bytes += skb->len;
217 ndev->stats.tx_bytes += skb->len;
H A Dvrf.c153 tbytes = dstats->tx_bytes;
159 stats->tx_bytes += tbytes;
610 dstats->tx_bytes += len;
/linux-master/include/linux/
H A Dif_vlan.h123 * @tx_bytes: number of transmitted bytes
133 u64_stats_t tx_bytes; member in struct:vlan_pcpu_stats
/linux-master/include/uapi/linux/
H A Dif_bridge.h156 __u64 tx_bytes; member in struct:bridge_vlan_xstats
/linux-master/net/caif/
H A Dchnl_net.c237 dev->stats.tx_bytes += len;
/linux-master/include/net/
H A Dvxlan.h247 u64 tx_bytes; member in struct:vxlan_vni_stats
/linux-master/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h1031 * @tx_bytes: Transmitted bytes.
1055 __le64 tx_bytes; member in struct:virtchnl2_vport_stats
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h125 u64 tx_bytes; member in struct:ionic_lif_sw_stats
/linux-master/drivers/net/ethernet/adi/
H A Dadin1110.c141 u64 tx_bytes; member in struct:adin1110_port_priv
420 port_priv->tx_bytes += txb->len;
1018 storage->tx_bytes = port_priv->tx_bytes;
/linux-master/drivers/net/wwan/
H A Dwwan_hwsim.c77 ndev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h63 u64_stats_t tx_bytes; member in struct:stmmac_q_tx_stats
/linux-master/net/l2tp/
H A Dl2tp_netlink.c409 atomic_long_read(&tunnel->stats.tx_bytes),
755 atomic_long_read(&session->stats.tx_bytes),
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c303 padapter->stats.tx_bytes = pxmitpriv->tx_bytes;
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h987 u64 tx_bytes; member in struct:netvsc_ethtool_pcpu_stats
998 u64 tx_bytes; member in struct:netvsc_vf_pcpu_stats
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c363 unsigned long tx_bytes; member in struct:tx_queue
1017 txq->tx_bytes += length;
1257 unsigned long tx_bytes = 0; local
1265 tx_bytes += txq->tx_bytes;
1270 stats->tx_bytes = tx_bytes;
1443 SSTAT(tx_bytes),
H A Dmvneta.c457 u64 tx_bytes; member in struct:mvneta_stats
818 u64 tx_bytes; local
828 tx_bytes = cpu_stats->es.ps.tx_bytes;
836 stats->tx_bytes += tx_bytes;
2195 stats->es.ps.tx_bytes += nxmit_byte;
2247 stats->es.ps.tx_bytes += nxmit_byte;
2992 stats->es.ps.tx_bytes += len;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena.c484 SIENA_DMA_STAT(tx_bytes, TX_BYTES),
614 core_stats->tx_bytes = stats[SIENA_STAT_tx_bytes];
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c33 "tx_bytes",
781 buf[bi++] = tcb->txq->tx_bytes;
821 buf[bi++] = net_stats64.tx_bytes;
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c788 result->basic_stats.tx_bytes = resp.u.basic_stats.tx_bytes;
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c576 dev->stats.tx_bytes += lp->deferred_skb->len;
1024 dev->stats.tx_bytes += len;
/linux-master/drivers/tty/serial/
H A Dimx.c225 unsigned int tx_bytes; member in struct:imx_port
589 uart_xmit_advance(&sport->port, sport->tx_bytes);
627 sport->tx_bytes = uart_circ_chars_pending(xmit);
631 sg_init_one(sgl, xmit->buf + xmit->tail, sport->tx_bytes);
1638 sport->tx_bytes = 0;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c211 MTK_ETHTOOL_STAT(tx_bytes),
973 hw_stats->tx_bytes += mtk_r32(mac->hw, MT7628_SDM_TBCNT);
1007 hw_stats->tx_bytes +=
1011 hw_stats->tx_bytes += (stats << 32);
1019 hw_stats->tx_bytes +=
1023 hw_stats->tx_bytes += (stats << 32);
1065 storage->tx_bytes = hw_stats->tx_bytes;
2238 eth->tx_bytes += bytes;
2361 dim_update_sample(eth->tx_events, eth->tx_packets, eth->tx_bytes,
[all...]

Completed in 269 milliseconds

1234567891011>>