Home
last modified time | relevance | path

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

12345678910>>...20

/linux/arch/s390/appldata/
H A 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/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c76 u64 tx_packets; member
515 u8 prio_bitmap, u64 *tx_packets, in mlxsw_sp_qdisc_bstats_per_priority_get() argument
520 *tx_packets = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
524 *tx_packets += xstats->tx_packets[i]; in mlxsw_sp_qdisc_bstats_per_priority_get()
537 u64 tx_bytes, tx_packets; in mlxsw_sp_qdisc_collect_tc_stats() local
547 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_collect_tc_stats()
549 *p_tx_packets += tx_packets; in mlxsw_sp_qdisc_collect_tc_stats()
559 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument
566 tx_packets -= stats_base->tx_packets; in mlxsw_sp_qdisc_update_stats()
570 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_update_stats()
[all …]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c392 u64 tx_bytes, tx_packets, tx_dropped = 0; in fbnic_get_stats64() local
404 tx_packets = stats->packets; in fbnic_get_stats64()
416 stats64->tx_packets = tx_packets; in fbnic_get_stats64()
429 tx_packets = stats->packets; in fbnic_get_stats64()
434 stats64->tx_packets += tx_packets; in fbnic_get_stats64()
502 tx_packets = stats->packets; in fbnic_get_stats64()
507 stats64->tx_packets += tx_packets; in fbnic_get_stats64()
/linux/drivers/net/ethernet/netronome/nfp/
H A 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/drivers/net/
H A 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/drivers/net/ethernet/microchip/lan966x/
H A 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/drivers/net/ethernet/intel/ice/
H A 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()
H A Dice_repr.h13 u64 tx_packets; member
/linux/drivers/infiniband/hw/hfi1/
H A 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/net/sched/
H A Dsch_teql.c58 unsigned long tx_packets; member
324 master->tx_packets++; in teql_master_xmit()
413 stats->tx_packets = m->tx_packets; in teql_master_stats64()
/linux/include/linux/
H A Dif_link.h11 __u64 tx_packets; member
/linux/drivers/net/wwan/
H A Dmhi_wwan_mbim.c56 u64_stats_t tx_packets; member
479 stats->tx_packets = u64_stats_read(&link->tx_packets); in mhi_mbim_ndo_get_stats64()
509 u64_stats_inc(&link->tx_packets); in mhi_mbim_ul_callback()
/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c217 u32 tx_packets; member
337 sinfo->tx_packets = priv->tx_packets; in virt_wifi_get_station()
432 priv->tx_packets++; in virt_wifi_start_xmit()
/linux/include/uapi/linux/
H A Dmpls.h67 __u64 tx_packets; /* total packets transmitted */ member
H A Dhdlcdrv.h45 unsigned long tx_packets; member
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c432 pcpu_stats->tx_packets++; in netvsc_vf_xmit()
1235 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local
1241 tx_packets = stats->tx_packets; in netvsc_get_vf_stats()
1247 tot->tx_packets += tx_packets; in netvsc_get_vf_stats()
1271 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()
1276 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1299 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats()
1331 t->tx_packets += vf_tot.tx_packets; in netvsc_get_stats64()
1351 t->tx_packets += packets; in netvsc_get_stats64()
1423 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) },
[all …]
/linux/drivers/net/xen-netback/
H A 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()
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.h43 u64 tx_packets; member
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h48 u64 tx_packets; member
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c97 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/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c230 new_stats.tx_packets - old_stats->pkts, in sparx5_mirror_stats()
236 old_stats->pkts = new_stats.tx_packets; in sparx5_mirror_stats()
/linux/include/net/
H A Dfq.h59 u32 tx_packets; member
/linux/drivers/net/ethernet/sfc/
H A Def100_rep.h20 atomic64_t rx_packets, tx_packets; member
H A Def100_rep.c73 atomic64_inc(&efv->stats.tx_packets); in efx_ef100_rep_xmit()
132 stats->tx_packets = atomic64_read(&efv->stats.tx_packets); in efx_ef100_rep_get_stats64()
/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c184 tx_queue->tx_packets++; in __efx_siena_enqueue_skb()
279 tx_queue->tx_packets++; in efx_siena_xdp_tx_buffers()

12345678910>>...20