Searched refs:tx_bytes (Results 251 - 275 of 669) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h416 u64 tx_bytes; member in struct:ring_stats::__anon1108::__anon1109
/linux-master/drivers/net/can/slcan/
H A Dslcan-core.c523 sl->dev->stats.tx_bytes += cf->len;
/linux-master/drivers/ntb/
H A Dntb_transport.c191 u64 tx_bytes; member in struct:ntb_transport_qp
510 "tx_bytes - \t%llu\n", qp->tx_bytes);
927 qp->tx_bytes = 0;
1778 qp->tx_bytes += entry->len;
/linux-master/drivers/net/can/sja1000/
H A Dsja1000.c559 stats->tx_bytes += can_get_echo_skb(dev, 0, NULL);
/linux-master/drivers/net/mctp/
H A Dmctp-i3c.c410 stats->tx_bytes += data_len;
/linux-master/drivers/net/ethernet/apple/
H A Dmacmace.c465 dev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c296 ndev->stats.tx_bytes += priv->tx_skb[tx_tail]->len;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h364 * @tx_bytes: Number of Transmitted bytes
424 u64 tx_bytes; member in struct:nfp_net_r_vector
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_main.h84 u64_stats_t tx_bytes; member in struct:ax88796c_pcpu_stats
/linux-master/drivers/net/ethernet/ezchip/
H A Dnps_enet.c156 ndev->stats.tx_bytes += tx_ctrl_nt;
/linux-master/drivers/net/can/esd/
H A Desdacc.c424 stats->tx_bytes += can_get_echo_skb(core->netdev, tx_fifo_tail,
/linux-master/drivers/net/ethernet/wiznet/
H A Dw5300.c364 ndev->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h253 u64_stats_t tx_bytes; member in struct:bcmasp_intf_stats64
/linux-master/drivers/net/ethernet/
H A Dec_bhf.c464 stats->tx_bytes = priv->stat_tx_bytes;
H A Dlantiq_xrx200.c342 net_dev->stats.tx_bytes += bytes;
/linux-master/net/bluetooth/bnep/
H A Dcore.c471 s->dev->stats.tx_bytes += len;
/linux-master/net/bridge/
H A Dbr_vlan.c508 u64_stats_add(&stats->tx_bytes, skb->len);
1395 txbytes = u64_stats_read(&cpu_stats->tx_bytes);
1401 u64_stats_add(&stats->tx_bytes, txbytes);
1800 u64_stats_read(&stats.tx_bytes),
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h213 __le32 tx_bytes[IEEE80211_NUM_ACS];
/linux-master/drivers/net/ethernet/vertexcom/
H A Dmse102x.c445 mse->ndev->stats.tx_bytes += txb->len;
/linux-master/drivers/net/wireguard/
H A Dnetlink.c141 nla_put_u64_64bit(skb, WGPEER_A_TX_BYTES, peer->tx_bytes,
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c768 u64_stats_add(&lp->tx_bytes, len);
902 u64_stats_add(&lp->tx_bytes, size);
1696 stats->tx_bytes = u64_stats_read(&lp->tx_bytes);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_main.c139 s->tx_bytes += bytes;
2063 u64 tx_bytes; local
2083 tx_bytes = priv->tx[idx].bytes_done;
2102 .value = cpu_to_be64(tx_bytes),
/linux-master/drivers/net/
H A Dxen-netfront.c1392 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; local
1398 tx_bytes = tx_stats->bytes;
1410 tot->tx_bytes += tx_bytes;
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c1204 netdev->stats.tx_bytes = stats->tx_bytes;
1524 adapter->stats.tx_bytes += skb->len;
1529 adapter->stats.tx_bytes += skb->len;
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac.c348 net_stats->tx_bytes = stats->tx_byte_cnt;

Completed in 577 milliseconds

<<11121314151617181920>>