Searched refs:tx_bytes (Results 301 - 325 of 669) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c654 dev->stats.tx_bytes += skb->len;
1258 { "tx_bytes", DEV_STAT(tx_bytes), -1 },
2460 { "tx_bytes", DEV_STAT(tx_bytes), -1 },
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c667 port->stats.tx_bytes += bytes;
1961 stats->tx_bytes = port->stats.tx_bytes;
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c582 tx_ring->tx_bytes += skb->len;
1484 stats->tx_bytes += ring->tx_bytes;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2498 stats->tx_bytes += ring->stats.tx_bytes;
2559 stats->tx_bytes = ring_total_stats.tx_bytes;
2809 "tx_pkts: %llu, tx_bytes: %llu, sw_err_cnt: %llu, tx_pending: %d\n",
2810 tx_ring->stats.tx_pkts, tx_ring->stats.tx_bytes,
3646 ring->stats.tx_bytes += bytes;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h911 u64 tx_bytes; member in struct:iscsi_stats_stc
918 u64 tx_bytes; member in struct:rdma_stats_stc
/linux-master/drivers/net/ethernet/packetengines/
H A Dyellowfin.c935 dev->stats.tx_bytes += skb->len;
990 dev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c1618 sinfo->tx_bytes = priv->dev->stats.tx_bytes;
/linux-master/drivers/net/ethernet/
H A Dfealnx.c1517 dev->stats.tx_bytes +=
1525 dev->stats.tx_bytes +=
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1253 ndev->stats.tx_bytes += skb->len;
1256 stats->tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/aeroflex/
H A Dgreth.c647 dev->stats.tx_bytes += greth->tx_bufs_length[greth->tx_last];
703 dev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c548 r_vec->tx_bytes += done_bytes;
880 /* Note: tx_bytes not accumulated. */
1303 bytes = r_vec->tx_bytes;
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1492 dev->stats.tx_bytes += port->tx_bufs[txi].skb->len;
1494 port->stats.tx_bytes += port->tx_bufs[txi].skb->len;
/linux-master/net/bridge/
H A Dbr_netlink.c1849 vxi.tx_bytes = u64_stats_read(&stats.tx_bytes);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c1045 sinfo->tx_bytes = msta->wcid.stats.tx_bytes;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c1117 sinfo->tx_bytes = msta->wcid.stats.tx_bytes;
/linux-master/drivers/s390/net/
H A Dctcm_main.c590 priv->stats.tx_bytes += skb->len - LL_HEADER_LENGTH;
806 priv->stats.tx_bytes += skb->len - TH_HEADER_LENGTH;
H A Dnetiucv.c695 privptr->stats.tx_bytes +=
748 privptr->stats.tx_bytes += txbytes;
/linux-master/drivers/net/
H A Dveth.c444 tot->rx_bytes += tot_peer.tx_bytes;
450 tot->tx_bytes += rx.xdp_bytes;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c572 net_stats->tx_bytes = bytes;
613 tx_bytes_nic += q->tx_bytes.count;
/linux-master/drivers/net/ethernet/calxeda/
H A Dxgmac.c1461 storage->tx_bytes = readl(base + XGMAC_MMC_TXOCTET_G_LO);
1462 storage->tx_bytes |= (u64)(readl(base + XGMAC_MMC_TXOCTET_G_HI)) << 32;
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1415 dev->stats.tx_bytes += skb->len;
1750 stats->tx_bytes = sxgbe_get_stat64(ioaddr,
/linux-master/arch/um/drivers/
H A Dvector_kern.c394 qi->dev->stats.tx_bytes += bytes_compl;
934 vp->dev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3765 stats->tx_bytes += xdpf->len;
3815 stats->tx_bytes += nxmit_byte;
4460 stats->tx_bytes += skb->len;
5163 u64 tx_bytes; local
5171 tx_bytes = cpu_stats->tx_bytes;
5177 stats->tx_bytes += tx_bytes;
/linux-master/drivers/net/wan/
H A Dhd64570.c362 dev->stats.tx_bytes += readw(&desc->len);
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs_svc.h1284 u64 tx_bytes; /* Tx bytes */ member in struct:bfa_port_eth_stats_s

Completed in 609 milliseconds

<<11121314151617181920>>