Home
last modified time | relevance | path

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

12345678910>>...25

/linux-6.12.1/arch/s390/appldata/
Dappldata_net_sum.c43 u64 tx_packets; /* total packets transmitted */ member
64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local
72 tx_packets = 0; in appldata_get_net_sum_data()
88 tx_packets += stats->tx_packets; in appldata_get_net_sum_data()
102 net_data->tx_packets = tx_packets; in appldata_get_net_sum_data()
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c76 u64 tx_packets; member
516 u8 prio_bitmap, u64 *tx_packets, in mlxsw_sp_qdisc_bstats_per_priority_get() argument
521 *tx_packets = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
525 *tx_packets += xstats->tx_packets[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()
550 *p_tx_packets += tx_packets; in mlxsw_sp_qdisc_collect_tc_stats()
560 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument
567 tx_packets -= stats_base->tx_packets; in mlxsw_sp_qdisc_update_stats()
571 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_update_stats()
[all …]
/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_netdev.c323 u64 tx_bytes, tx_packets, tx_dropped = 0; in fbnic_get_stats64() local
332 tx_packets = stats->packets; in fbnic_get_stats64()
336 stats64->tx_packets = tx_packets; in fbnic_get_stats64()
349 tx_packets = stats->packets; in fbnic_get_stats64()
354 stats64->tx_packets += tx_packets; in fbnic_get_stats64()
/linux-6.12.1/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()
139 tpkts = repr_stats->tx_packets; in nfp_repr_get_host_stats64()
146 stats->tx_packets += tpkts; in nfp_repr_get_host_stats64()
/linux-6.12.1/drivers/net/
Dmhi_net.c23 u64_stats_t tx_packets; member
115 stats->tx_packets = u64_stats_read(&mhi_netdev->stats.tx_packets); in mhi_ndo_get_stats64()
259 u64_stats_inc(&mhi_netdev->stats.tx_packets); in mhi_net_ul_callback()
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_mirror.c128 new_stats.tx_packets - old_stats->pkts, in lan966x_mirror_port_stats()
134 old_stats->pkts = new_stats.tx_packets; in lan966x_mirror_port_stats()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ethtool.c138 u64 tx_packets, tx_bytes; in octep_get_ethtool_stats() local
144 tx_packets = 0; in octep_get_ethtool_stats()
148 tx_packets = 0; in octep_get_ethtool_stats()
164 tx_packets += iq->stats.instr_completed; in octep_get_ethtool_stats()
174 data[i++] = tx_packets; in octep_get_ethtool_stats()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_repr.c31 stats->tx_packets++; in ice_repr_inc_tx_stats()
73 stats->tx_packets = eth_stats->tx_unicast + eth_stats->tx_broadcast + in ice_repr_get_stats64()
185 tpkts = repr_stats->tx_packets; in ice_repr_sp_stats64()
192 stats->tx_packets += tpkts; in ice_repr_sp_stats64()
/linux-6.12.1/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-6.12.1/drivers/net/netdevsim/
Dnetdev.c81 ns->tx_packets++; in nsim_start_xmit()
121 stats->tx_packets = ns->tx_packets; in nsim_get_stats64()
535 stats->packets = rtstats.tx_packets - !!rtstats.tx_packets; in nsim_get_queue_stats_tx()
549 tx->packets = !!rtstats.tx_packets; in nsim_get_base_stats()
/linux-6.12.1/drivers/infiniband/hw/hfi1/
Dvnic_main.c54 stats->netstats.tx_packets += qnstats->tx_packets; in hfi1_vnic_update_stats()
85 netdev->stats.tx_packets = stats->netstats.tx_packets; in hfi1_vnic_update_stats()
131 stats->netstats.tx_packets++; in hfi1_vnic_update_tx_counters()
/linux-6.12.1/drivers/net/ethernet/engleder/
Dtsnep_ethtool.c29 u64 tx_packets; member
70 u64 tx_packets; member
195 tsnep_stats.tx_packets += adapter->tx[i].packets; in tsnep_ethtool_get_ethtool_stats()
231 tsnep_tx_queue_stats.tx_packets += adapter->tx[i].packets; in tsnep_ethtool_get_ethtool_stats()
/linux-6.12.1/net/sched/
Dsch_teql.c58 unsigned long tx_packets; member
319 master->tx_packets++; in teql_master_xmit()
408 stats->tx_packets = m->tx_packets; in teql_master_stats64()
/linux-6.12.1/drivers/net/ethernet/ti/icssg/
Dicssg_stats.h58 u32 tx_packets; member
136 ICSSG_MIIG_STATS(tx_packets, true),
/linux-6.12.1/net/mac802154/
Dtx.c37 DEV_STATS_INC(dev, tx_packets); in ieee802154_xmit_sync_worker()
93 DEV_STATS_INC(dev, tx_packets); in ieee802154_tx()
/linux-6.12.1/include/linux/
Dif_link.h11 __u64 tx_packets; member
/linux-6.12.1/include/uapi/linux/
Dmpls.h67 __u64 tx_packets; /* total packets transmitted */ member
Dhdlcdrv.h45 unsigned long tx_packets; member
/linux-6.12.1/drivers/net/ethernet/apm/xgene-v2/
Dmain.h43 u64 tx_packets; member
/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_pf_device.h48 u64 tx_packets; member
/linux-6.12.1/drivers/net/wwan/
Dmhi_wwan_mbim.c56 u64_stats_t tx_packets; member
478 stats->tx_packets = u64_stats_read(&link->tx_packets); in mhi_mbim_ndo_get_stats64()
508 u64_stats_inc(&link->tx_packets); in mhi_mbim_ul_callback()
/linux-6.12.1/drivers/net/wireless/virtual/
Dvirt_wifi.c217 u32 tx_packets; member
335 sinfo->tx_packets = priv->tx_packets; in virt_wifi_get_station()
430 priv->tx_packets++; in virt_wifi_start_xmit()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_mirror.c225 new_stats.tx_packets - old_stats->pkts, in sparx5_mirror_stats()
231 old_stats->pkts = new_stats.tx_packets; in sparx5_mirror_stats()
/linux-6.12.1/drivers/net/xen-netback/
Dinterface.c279 u64 tx_packets = 0; in xenvif_get_stats() local
291 tx_packets += queue->stats.tx_packets; in xenvif_get_stats()
299 vif->dev->stats.tx_packets = tx_packets; in xenvif_get_stats()

12345678910>>...25