Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/linux/arch/s390/appldata/
H A Dappldata_net_sum.c45 u64 tx_bytes; /* total bytes transmitted */ member
64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local
74 tx_bytes = 0; in appldata_get_net_sum_data()
90 tx_bytes += stats->tx_bytes; in appldata_get_net_sum_data()
104 net_data->tx_bytes = tx_bytes; in appldata_get_net_sum_data()
/linux/include/net/
H A Dkcm.h23 unsigned long long tx_bytes; member
33 unsigned long long tx_bytes; member
45 unsigned long long tx_bytes; member
174 SAVE_PSOCK_STATS(tx_bytes); in aggregate_psock_stats()
190 SAVE_MUX_STATS(tx_bytes); in aggregate_mux_stats()
/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c38 u64 tx_bytes; member
200 static void lb_update_tx_stats(unsigned int tx_bytes, struct lb_priv *lb_priv, in lb_update_tx_stats() argument
212 port_stats->tx_bytes += tx_bytes; in lb_update_tx_stats()
213 hash_stats->tx_bytes += tx_bytes; in lb_update_tx_stats()
223 unsigned int tx_bytes = skb->len; in lb_transmit() local
232 lb_update_tx_stats(tx_bytes, lb_priv, get_lb_port_priv(port), hash); in lb_transmit()
454 tmp.tx_bytes = cpu_stats->tx_bytes; in __lb_one_cpu_stats_add()
456 acc_stats->tx_bytes += tmp.tx_bytes; in __lb_one_cpu_stats_add()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c75 u64 tx_bytes; member
517 u64 *tx_bytes) in mlxsw_sp_qdisc_bstats_per_priority_get() argument
522 *tx_bytes = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
526 *tx_bytes += xstats->tx_bytes[i]; in mlxsw_sp_qdisc_bstats_per_priority_get()
538 u64 tx_bytes, tx_packets; in mlxsw_sp_qdisc_collect_tc_stats() local
548 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_collect_tc_stats()
551 *p_tx_bytes += tx_bytes; in mlxsw_sp_qdisc_collect_tc_stats()
560 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument
566 tx_bytes -= stats_base->tx_bytes; in mlxsw_sp_qdisc_update_stats()
571 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_update_stats()
[all …]
/linux/net/kcm/
H A Dkcmproc.c118 kcm->stats.tx_bytes, in kcm_format_sock()
148 psock->stats.tx_bytes, in kcm_format_psock()
199 mux->stats.tx_bytes, in kcm_format_mux()
300 mux_stats.tx_bytes, in kcm_stats_seq_show()
332 psock_stats.tx_bytes, in kcm_stats_seq_show()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c41 pcpu_ptr->stats.tx_bytes += len; in rmnet_vnd_tx_fixup_len()
150 total_stats.tx_bytes += snapshot.tx_bytes; in rmnet_get_stats64()
157 s->tx_bytes = total_stats.tx_bytes; in rmnet_get_stats64()
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c202 u64 tx_pkts = 0, rx_pkts = 0, tx_bytes = 0, rx_bytes = 0; in vdpasim_net_work() local
232 tx_bytes += read; in vdpasim_net_work()
272 net->tx_stats.bytes += tx_bytes; in vdpasim_net_work()
291 u64 tx_pkts, tx_bytes, tx_errors, tx_drops; in vdpasim_net_get_stats() local
343 tx_bytes = net->tx_stats.bytes; in vdpasim_net_get_stats()
358 tx_bytes, VDPA_ATTR_PAD)) in vdpasim_net_get_stats()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c129 int budget, int *tx_pkts, int *tx_bytes) in otx2_snd_pkt_handler() argument
161 *tx_bytes += skb->len; in otx2_snd_pkt_handler()
467 int tx_pkts = 0, tx_bytes = 0, qidx; in otx2_tx_napi_handler() local
501 cqe, budget, &tx_pkts, &tx_bytes); in otx2_tx_napi_handler()
532 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes); in otx2_tx_napi_handler()
550 u64 tx_frames, tx_bytes; in otx2_adjust_adaptive_coalese() local
555 tx_bytes = OTX2_GET_TX_STATS(TX_OCTS); in otx2_adjust_adaptive_coalese()
560 rx_bytes + tx_bytes, in otx2_adjust_adaptive_coalese()
1320 int tx_pkts = 0, tx_bytes = 0; in otx2_cleanup_tx_cqes() local
1345 tx_bytes += skb->len; in otx2_cleanup_tx_cqes()
[all …]
H A Drep.h27 u64 tx_bytes; member
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c42 stats->tx_bytes += len; in nfp_repr_inc_tx_stats()
65 stats->tx_bytes = readq(mem + NFP_MAC_STATS_TX_OUT_OCTETS); in nfp_repr_phy_port_get_stats64()
81 stats->tx_bytes = readq(port->vnic + NFP_NET_CFG_STATS_RX_OCTETS); in nfp_repr_vnic_get_stats64()
138 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64()
145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
/linux/drivers/net/
H A Dmhi_net.c24 u64_stats_t tx_bytes; member
116 stats->tx_bytes = u64_stats_read(&mhi_netdev->stats.tx_bytes); in mhi_ndo_get_stats64()
260 u64_stats_add(&mhi_netdev->stats.tx_bytes, mhi_res->bytes_xferd); in mhi_net_ul_callback()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mirror.c127 new_stats.tx_bytes - old_stats->bytes, in lan966x_mirror_port_stats()
133 old_stats->bytes = new_stats.tx_bytes; in lan966x_mirror_port_stats()
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c55 stats->netstats.tx_bytes += qnstats->tx_bytes; in hfi1_vnic_update_stats()
86 netdev->stats.tx_bytes = stats->netstats.tx_bytes; in hfi1_vnic_update_stats()
132 stats->netstats.tx_bytes += skb->len + ETH_FCS_LEN; in hfi1_vnic_update_tx_counters()
/linux/net/sched/
H A Dsch_teql.c57 unsigned long tx_bytes; member
320 master->tx_bytes += length; in teql_master_xmit()
409 stats->tx_bytes = m->tx_bytes; in teql_master_stats64()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c30 u64 tx_bytes; member
71 u64 tx_bytes; member
196 tsnep_stats.tx_bytes += adapter->tx[i].bytes; in tsnep_ethtool_get_ethtool_stats()
232 tsnep_tx_queue_stats.tx_bytes += adapter->tx[i].bytes; in tsnep_ethtool_get_ethtool_stats()
/linux/drivers/usb/serial/
H A Dir-usb.c276 port->tx_bytes += count; in ir_write()
303 port->tx_bytes -= count; in ir_write()
320 port->tx_bytes -= urb->transfer_buffer_length - 1; in ir_write_bulk_callback()
H A Dgeneric.c181 port->tx_bytes += count; in usb_serial_generic_write_start()
191 port->tx_bytes -= count; in usb_serial_generic_write_start()
259 chars = kfifo_len(&port->write_fifo) + port->tx_bytes; in usb_serial_generic_chars_in_buffer()
445 port->tx_bytes -= urb->transfer_buffer_length; in usb_serial_generic_write_bulk_callback()
/linux/include/linux/
H A Dif_link.h13 __u64 tx_bytes; member
/linux/include/uapi/linux/
H A Dmpls.h69 __u64 tx_bytes; /* total bytes transmitted */ member
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.h44 u64 tx_bytes; member
/linux/drivers/net/xen-netback/
H A Dinterface.c278 u64 tx_bytes = 0; in xenvif_get_stats() local
290 tx_bytes += queue->stats.tx_bytes; in xenvif_get_stats()
298 vif->dev->stats.tx_bytes = tx_bytes; in xenvif_get_stats()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h50 u64 tx_bytes; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c180 dev->stats.tx_bytes = bytes; in mlx4_en_fold_software_stats()
305 stats->tx_bytes = p_stats->tx_bytes_phy; in mlx4_en_DUMP_ETH_STATS()
395 priv->pf_stats.tx_bytes = be64_to_cpu(tmp_counter_stats.tx_bytes); in mlx4_en_DUMP_ETH_STATS()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c98 pkt_info->tx_bytes += (pkt_info->tx_packets - 1) * pkt_info->header_len; in xlgmac_prep_tso()
130 pkt_info->tx_bytes = skb->len; in xlgmac_prep_tx_pkt()
753 netdev_tx_sent_queue(txq, tx_pkt_info->tx_bytes); in xlgmac_xmit()
787 s->tx_bytes = pstats->txoctetcount_gb; in xlgmac_get_stats64()
1039 unsigned int tx_packets = 0, tx_bytes = 0; in xlgmac_tx_poll() local
1080 tx_bytes += desc_data->tx.bytes; in xlgmac_tx_poll()
1094 netdev_tx_completed_queue(txq, tx_packets, tx_bytes); in xlgmac_tx_poll()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c229 new_stats.tx_bytes - old_stats->bytes, in sparx5_mirror_stats()
235 old_stats->bytes = new_stats.tx_bytes; in sparx5_mirror_stats()

12345678910>>...17