/Linux-v4.19/arch/s390/appldata/ |
D | appldata_net_sum.c | 47 u64 tx_packets; /* total packets transmitted */ member 68 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local 76 tx_packets = 0; in appldata_get_net_sum_data() 92 tx_packets += stats->tx_packets; in appldata_get_net_sum_data() 106 net_data->tx_packets = tx_packets; in appldata_get_net_sum_data()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 56 u64 tx_packets; member 200 u8 prio_bitmap, u64 *tx_packets, in mlxsw_sp_qdisc_bstats_per_priority_get() argument 205 *tx_packets = 0; in mlxsw_sp_qdisc_bstats_per_priority_get() 209 *tx_packets += xstats->tx_packets[i]; in mlxsw_sp_qdisc_bstats_per_priority_get() 268 &stats_base->tx_packets, in mlxsw_sp_setup_tc_qdisc_red_clean_stats() 389 u64 tx_bytes, tx_packets, overlimits, drops, backlog; in mlxsw_sp_qdisc_get_red_stats() local 399 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_get_red_stats() 401 tx_packets = tx_packets - stats_base->tx_packets; in mlxsw_sp_qdisc_get_red_stats() 409 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_get_red_stats() 422 stats_base->tx_packets += tx_packets; in mlxsw_sp_qdisc_get_red_stats() [all …]
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_common.c | 332 u32 id_tx, id_tx_prev, tx_packets; in fm10k_update_hw_stats_tx_q() local 340 tx_packets = fm10k_read_hw_stats_32b(hw, FM10K_QPTC(idx), in fm10k_update_hw_stats_tx_q() 341 &q->tx_packets); in fm10k_update_hw_stats_tx_q() 343 if (tx_packets) in fm10k_update_hw_stats_tx_q() 359 q->tx_packets.count += tx_packets; in fm10k_update_hw_stats_tx_q() 364 fm10k_update_hw_base_32b(&q->tx_packets, tx_packets); in fm10k_update_hw_stats_tx_q()
|
/Linux-v4.19/drivers/net/ |
D | dummy.c | 53 u64 tx_packets; member 72 tpackets = dstats->tx_packets; in dummy_get_stats64() 75 stats->tx_packets += tpackets; in dummy_get_stats64() 84 dstats->tx_packets++; in dummy_xmit()
|
D | ifb.c | 52 u64 tx_packets; member 85 txp->tx_packets++; in ifb_ri_tasklet() 149 packets = txp->tx_packets; in ifb_stats64() 152 stats->tx_packets += packets; in ifb_stats64()
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_eth.c | 46 atomic_long_t tx_packets; member 89 atomic_long_inc(&priv->tx_packets); in l2tp_eth_dev_xmit() 102 stats->tx_packets = (unsigned long) atomic_long_read(&priv->tx_packets); in l2tp_eth_get_stats64()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 71 stats->tx_packets++; in nfp_repr_inc_tx_stats() 94 stats->tx_packets = readq(mem + NFP_MAC_STATS_TX_FRAMES_TRANSMITTED_OK); in nfp_repr_phy_port_get_stats64() 110 stats->tx_packets = readq(port->vnic + NFP_NET_CFG_STATS_RX_FRAMES); in nfp_repr_vnic_get_stats64() 168 tpkts = repr_stats->tx_packets; in nfp_repr_get_host_stats64() 175 stats->tx_packets += tpkts; in nfp_repr_get_host_stats64()
|
/Linux-v4.19/net/bridge/ |
D | br_device.c | 53 brstats->tx_packets++; in br_dev_xmit() 213 sum.tx_packets += tmp.tx_packets; in br_get_stats64() 219 stats->tx_packets = sum.tx_packets; in br_get_stats64()
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel_core.c | 203 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local 209 tx_packets = tstats->tx_packets; in ip_tunnel_get_stats64() 215 tot->tx_packets += tx_packets; in ip_tunnel_get_stats64()
|
/Linux-v4.19/net/mac802154/ |
D | tx.c | 47 dev->stats.tx_packets++; in ieee802154_xmit_worker() 95 dev->stats.tx_packets++; in ieee802154_tx()
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | core.c | 137 u64 tx_packets, tx_bytes; in qtnf_netdev_get_stats64() local 145 tx_packets = stats64->tx_packets; in qtnf_netdev_get_stats64() 151 stats->tx_packets += tx_packets; in qtnf_netdev_get_stats64() 784 ndev->stats.tx_packets++; in qtnf_update_tx_stats() 792 stats64->tx_packets++; in qtnf_update_tx_stats()
|
/Linux-v4.19/net/openvswitch/ |
D | vport-internal_dev.c | 60 tstats->tx_packets++; in internal_dev_xmit() 124 stats->tx_packets += local_stats.tx_packets; in internal_get_stats()
|
/Linux-v4.19/net/sched/ |
D | sch_teql.c | 62 unsigned long tx_packets; member 321 master->tx_packets++; in teql_master_xmit() 410 stats->tx_packets = m->tx_packets; in teql_master_stats64()
|
/Linux-v4.19/include/linux/ |
D | if_link.h | 11 __u64 tx_packets; member
|
/Linux-v4.19/include/uapi/linux/ |
D | mpls.h | 67 __u64 tx_packets; /* total packets transmitted */ member
|
D | hdlcdrv.h | 45 unsigned long tx_packets; member
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/ |
D | main.h | 55 u64 tx_packets; member
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | cn23xx_pf_device.h | 48 u64 tx_packets; member
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_drv.c | 504 pcpu_stats->tx_packets++; in netvsc_vf_xmit() 1103 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local 1109 tx_packets = stats->tx_packets; in netvsc_get_vf_stats() 1115 tot->tx_packets += tx_packets; in netvsc_get_vf_stats() 1139 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats() 1144 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats() 1166 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats() 1195 t->tx_packets += vf_tot.tx_packets; in netvsc_get_stats64() 1214 t->tx_packets += packets; in netvsc_get_stats64() 1283 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) }, [all …]
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | interface.c | 238 u64 tx_packets = 0; in xenvif_get_stats() local 250 tx_packets += queue->stats.tx_packets; in xenvif_get_stats() 258 vif->dev->stats.tx_packets = tx_packets; in xenvif_get_stats()
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 433 s->tx_packets++; in dsa_slave_xmit() 573 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_ethtool_stats() local 578 tx_packets = s->tx_packets; in dsa_slave_get_ethtool_stats() 583 data[0] += tx_packets; in dsa_slave_get_ethtool_stats() 931 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_stats64() local 936 tx_packets = s->tx_packets; in dsa_slave_get_stats64() 942 stats->tx_packets += tx_packets; in dsa_slave_get_stats64()
|
/Linux-v4.19/include/net/ |
D | fq.h | 57 u32 tx_packets; member
|
/Linux-v4.19/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 97 pkt_info->tx_packets = skb_shinfo(skb)->gso_segs; in xlgmac_prep_tso() 98 pkt_info->tx_bytes += (pkt_info->tx_packets - 1) * pkt_info->header_len; in xlgmac_prep_tso() 129 pkt_info->tx_packets = 1; in xlgmac_prep_tx_pkt() 786 s->tx_packets = pstats->txframecount_gb; in xlgmac_get_stats64() 1039 unsigned int tx_packets = 0, tx_bytes = 0; in xlgmac_tx_poll() local 1079 tx_packets += desc_data->tx.packets; in xlgmac_tx_poll() 1094 netdev_tx_completed_queue(txq, tx_packets, tx_bytes); in xlgmac_tx_poll()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 198 stats->netstats.tx_packets += qnstats->tx_packets; in hfi1_vnic_update_stats() 229 netdev->stats.tx_packets = stats->netstats.tx_packets; in hfi1_vnic_update_stats() 275 stats->netstats.tx_packets++; in hfi1_vnic_update_tx_counters()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 30 unsigned long tx_packets; member
|