Searched refs:tx_bytes (Results 551 - 575 of 669) sorted by relevance

<<21222324252627

/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c1093 ndev->stats.tx_bytes = stats->dma_oct_tc;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c771 unsigned int tx_bytes = 0; local
791 tx_bytes += skb->len;
829 __netif_txq_completed_wake(txq, tx_pkts, tx_bytes,
12331 stats->tx_bytes += BNXT_GET_RING_STATS64(sw, tx_ucast_bytes);
12332 stats->tx_bytes += BNXT_GET_RING_STATS64(sw, tx_mcast_bytes);
12333 stats->tx_bytes += BNXT_GET_RING_STATS64(sw, tx_bcast_bytes);
12356 stats->tx_bytes += prev_stats->tx_bytes;
14814 tx->bytes = bp->net_stats_prev.tx_bytes;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3227 __be64 tx_bytes; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_all
3319 __be64 tx_bytes; member in struct:fw_port_lb_stats_cmd::fw_port_lb_stats::fw_port_lb_stats_all
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c2863 dev->stats.tx_bytes += window_read16(vp, 6, 12);
2877 dev->stats.tx_bytes += (up & 0xf0) << 12;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c85 "tx_bytes",
162 "tx_bytes",
1451 data[i++] = lstats.tx_bytes;
1740 data[i++] = lstats.tx_bytes;
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c1813 core_stats->tx_bytes = stats[EF10_STAT_tx_unicast_bytes] +
1828 core_stats->tx_bytes = stats[EF10_STAT_port_tx_bytes];
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2301 netstats->tx_bytes = le64_to_cpu(stats_msg.tx_bytes);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.h4774 __le32 tx_bytes; member in struct:wmi_10_2_peer_stats
4801 __le32 tx_bytes; member in struct:wmi_10_4_peer_stats
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c5000 vf_stats->tx_bytes = stats->tx_bytes;
H A Di40e_main.c450 stats->tx_bytes += bytes;
753 &oes->tx_bytes, &es->tx_bytes);
817 &oes->tx_bytes, &es->tx_bytes);
977 ns->tx_bytes = tx_b;
1019 &osd->eth.tx_bytes, &nsd->eth.tx_bytes);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c519 sinfo->tx_bytes = stats->tx_bytes;
/linux-master/include/net/
H A Dcfg80211.h1992 * @tx_bytes: total number of bytes dequeued
2006 u32 tx_bytes; member in struct:cfg80211_txq_stats
2044 * @tx_bytes: bytes (size of MPDUs) transmitted to this station
2124 u64 tx_bytes; member in struct:station_info
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c59 ICE_VSI_STAT("tx_bytes", eth_stats.tx_bytes),
99 ICE_PF_STAT("tx_bytes.nic", stats.eth.tx_bytes),
H A Dice_lib.c1715 &prev_es->tx_bytes, &cur_es->tx_bytes);
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1504 ndev->stats.tx_bytes += skb->len;
1506 ndev->stats.tx_bytes += frame_len;
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c1840 stats->tx_bytes = raw->tx_total - stats->tx_packets * ETH_FCS_LEN;
1889 stats->tx_bytes = raw->tx + raw->tx_hi - stats->tx_packets * ETH_FCS_LEN;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1240 ns->tx_bytes = le64_to_cpu(ls->tx_ucast_bytes) +
2354 vf_stats->tx_bytes = le64_to_cpu(vs->tx_ucast_bytes);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c1360 QETH_TXQ_STAT_ADD(queue, tx_bytes, buf->bytes);
6966 stats->tx_bytes += queue->stats.tx_bytes;
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c4827 le32_to_cpu(stats->tmac_data_octets)) - sp->stats.tx_bytes;
4828 sp->stats.tx_bytes += delta;
4829 dev->stats.tx_bytes += delta;
/linux-master/net/core/
H A Drtnetlink.c910 a->tx_bytes = b->tx_bytes;
1404 vf_stats.tx_bytes, IFLA_VF_STATS_PAD) ||
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3832 s->tx_bytes += sq_stats->bytes;
3841 s->tx_bytes += sq_stats->bytes;
3879 stats->tx_bytes = PPORT_802_3_GET(pstats, a_octets_transmitted_ok);
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c974 desc_data->tx.bytes = pkt_info->tx_bytes;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1136 nstats->tx_bytes = bnx2x_hilo(&estats->total_bytes_transmitted_hi);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h610 u64 tx_bytes; member in struct:qlcnic_tx_queue_stats
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1375 ADD_STATS_64(hba, tx_bytes,

Completed in 1041 milliseconds

<<21222324252627