Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/Linux-v5.4/arch/s390/appldata/
Dappldata_net_sum.c47 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-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c56 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-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_common.c332 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-v5.4/drivers/net/
Ddummy.c55 u64 tx_packets; member
74 tpackets = dstats->tx_packets; in dummy_get_stats64()
77 stats->tx_packets += tpackets; in dummy_get_stats64()
86 dstats->tx_packets++; in dummy_xmit()
Difb.c49 u64 tx_packets; member
82 txp->tx_packets++; in ifb_ri_tasklet()
146 packets = txp->tx_packets; in ifb_stats64()
149 stats->tx_packets += packets; in ifb_stats64()
/Linux-v5.4/net/l2tp/
Dl2tp_eth.c42 atomic_long_t tx_packets; member
84 atomic_long_inc(&priv->tx_packets); in l2tp_eth_dev_xmit()
97 stats->tx_packets = (unsigned long) atomic_long_read(&priv->tx_packets); in l2tp_eth_get_stats64()
/Linux-v5.4/net/bridge/
Dbr_device.c47 brstats->tx_packets++; in br_dev_xmit()
212 sum.tx_packets += tmp.tx_packets; in br_get_stats64()
218 stats->tx_packets = sum.tx_packets; in br_get_stats64()
/Linux-v5.4/net/mac802154/
Dtx.c39 dev->stats.tx_packets++; in ieee802154_xmit_worker()
87 dev->stats.tx_packets++; in ieee802154_tx()
/Linux-v5.4/net/ipv4/
Dip_tunnel_core.c194 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local
200 tx_packets = tstats->tx_packets; in ip_tunnel_get_stats64()
206 tot->tx_packets += tx_packets; in ip_tunnel_get_stats64()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c41 stats->tx_packets++; in nfp_repr_inc_tx_stats()
64 stats->tx_packets = readq(mem + NFP_MAC_STATS_TX_FRAMES_TRANSMITTED_OK); in nfp_repr_phy_port_get_stats64()
80 stats->tx_packets = readq(port->vnic + NFP_NET_CFG_STATS_RX_FRAMES); in nfp_repr_vnic_get_stats64()
138 tpkts = repr_stats->tx_packets; in nfp_repr_get_host_stats64()
145 stats->tx_packets += tpkts; in nfp_repr_get_host_stats64()
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcore.c130 u64 tx_packets, tx_bytes; in qtnf_netdev_get_stats64() local
138 tx_packets = stats64->tx_packets; in qtnf_netdev_get_stats64()
144 stats->tx_packets += tx_packets; in qtnf_netdev_get_stats64()
830 ndev->stats.tx_packets++; in qtnf_update_tx_stats()
838 stats64->tx_packets++; in qtnf_update_tx_stats()
/Linux-v5.4/net/openvswitch/
Dvport-internal_dev.c48 tstats->tx_packets++; in internal_dev_xmit()
112 stats->tx_packets += local_stats.tx_packets; in internal_get_stats()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhv_vhca_stats.c12 u64 tx_packets; member
28 data->tx_packets += stats->sq[tc].packets; in mlx5e_hv_vhca_fill_ring_stats()
/Linux-v5.4/net/sched/
Dsch_teql.c58 unsigned long tx_packets; member
317 master->tx_packets++; in teql_master_xmit()
406 stats->tx_packets = m->tx_packets; in teql_master_stats64()
/Linux-v5.4/include/linux/
Dif_link.h11 __u64 tx_packets; member
/Linux-v5.4/include/uapi/linux/
Dmpls.h67 __u64 tx_packets; /* total packets transmitted */ member
Dhdlcdrv.h45 unsigned long tx_packets; member
/Linux-v5.4/drivers/net/ethernet/apm/xgene-v2/
Dmain.h43 u64 tx_packets; member
/Linux-v5.4/drivers/net/netdevsim/
Dnetdev.c36 ns->tx_packets++; in nsim_start_xmit()
71 stats->tx_packets = ns->tx_packets; in nsim_get_stats64()
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_pf_device.h48 u64 tx_packets; member
/Linux-v5.4/drivers/net/xen-netback/
Dinterface.c246 u64 tx_packets = 0; in xenvif_get_stats() local
258 tx_packets += queue->stats.tx_packets; in xenvif_get_stats()
266 vif->dev->stats.tx_packets = tx_packets; in xenvif_get_stats()
/Linux-v5.4/drivers/net/wireless/
Dvirt_wifi.c205 u32 tx_packets; member
308 sinfo->tx_packets = priv->tx_packets; in virt_wifi_get_station()
403 priv->tx_packets++; in virt_wifi_start_xmit()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_drv.c512 pcpu_stats->tx_packets++; in netvsc_vf_xmit()
1168 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local
1174 tx_packets = stats->tx_packets; in netvsc_get_vf_stats()
1180 tot->tx_packets += tx_packets; in netvsc_get_vf_stats()
1204 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()
1209 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1231 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats()
1263 t->tx_packets += vf_tot.tx_packets; in netvsc_get_stats64()
1282 t->tx_packets += packets; in netvsc_get_stats64()
1353 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) },
[all …]
/Linux-v5.4/include/net/
Dfq.h56 u32 tx_packets; member
/Linux-v5.4/net/dsa/
Dslave.c517 s->tx_packets++; in dsa_slave_xmit()
674 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_ethtool_stats() local
679 tx_packets = s->tx_packets; in dsa_slave_get_ethtool_stats()
684 data[0] += tx_packets; in dsa_slave_get_ethtool_stats()
1060 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_slave_get_stats64() local
1065 tx_packets = s->tx_packets; in dsa_slave_get_stats64()
1071 stats->tx_packets += tx_packets; in dsa_slave_get_stats64()

12345678910>>...24