/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 56 u64 tx_packets; member 214 u8 prio_bitmap, u64 *tx_packets, in mlxsw_sp_qdisc_bstats_per_priority_get() argument 219 *tx_packets = 0; in mlxsw_sp_qdisc_bstats_per_priority_get() 223 *tx_packets += xstats->tx_packets[i]; in mlxsw_sp_qdisc_bstats_per_priority_get() 282 &stats_base->tx_packets, in mlxsw_sp_setup_tc_qdisc_red_clean_stats() 404 u64 tx_bytes, tx_packets, overlimits, drops, backlog; in mlxsw_sp_qdisc_get_red_stats() local 414 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_get_red_stats() 416 tx_packets = tx_packets - stats_base->tx_packets; in mlxsw_sp_qdisc_get_red_stats() 425 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_get_red_stats() 438 stats_base->tx_packets += tx_packets; in mlxsw_sp_qdisc_get_red_stats() [all …]
|
D | switchx2.c | 38 u64 tx_packets; member 326 pcpu_stats->tx_packets++; in mlxsw_sx_port_xmit() 354 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in mlxsw_sx_port_get_stats64() local 365 tx_packets = p->tx_packets; in mlxsw_sx_port_get_stats64() 371 stats->tx_packets += tx_packets; in mlxsw_sx_port_get_stats64()
|
/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()
|
/drivers/net/ |
D | dummy.c | 55 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()
|
D | ifb.c | 49 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()
|
/drivers/net/wireless/quantenna/qtnfmac/ |
D | core.c | 130 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()
|
/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 41 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()
|
D | nfp_net_repr.h | 36 u64 tx_packets; member
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | hv_vhca_stats.c | 12 u64 tx_packets; member 28 data->tx_packets += stats->sq[tc].packets; in mlx5e_hv_vhca_fill_ring_stats()
|
/drivers/net/xen-netback/ |
D | interface.c | 246 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()
|
/drivers/net/hyperv/ |
D | netvsc_drv.c | 512 pcpu_stats->tx_packets++; in netvsc_vf_xmit() 1167 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local 1173 tx_packets = stats->tx_packets; in netvsc_get_vf_stats() 1179 tot->tx_packets += tx_packets; in netvsc_get_vf_stats() 1203 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats() 1208 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats() 1230 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats() 1262 t->tx_packets += vf_tot.tx_packets; in netvsc_get_stats64() 1281 t->tx_packets += packets; in netvsc_get_stats64() 1352 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) }, [all …]
|
/drivers/net/netdevsim/ |
D | netdev.c | 36 ns->tx_packets++; in nsim_start_xmit() 71 stats->tx_packets = ns->tx_packets; in nsim_get_stats64()
|
/drivers/net/wireless/ |
D | virt_wifi.c | 216 u32 tx_packets; member 319 sinfo->tx_packets = priv->tx_packets; in virt_wifi_get_station() 415 priv->tx_packets++; in virt_wifi_start_xmit()
|
/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()
|
/drivers/net/ethernet/apm/xgene-v2/ |
D | main.h | 43 u64 tx_packets; member
|
/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 200 stats->netstats.tx_packets += qnstats->tx_packets; in hfi1_vnic_update_stats() 231 netdev->stats.tx_packets = stats->netstats.tx_packets; in hfi1_vnic_update_stats() 277 stats->netstats.tx_packets++; in hfi1_vnic_update_tx_counters()
|
/drivers/net/ethernet/cavium/liquidio/ |
D | cn23xx_pf_device.h | 48 u64 tx_packets; member
|
/drivers/net/fjes/ |
D | fjes_main.c | 673 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 674 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame() 683 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 684 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame() 771 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 773 .tx_packets += 1; in fjes_xmit_frame() 788 adapter->stats64.tx_packets += 1; in fjes_xmit_frame() 789 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-rs.c | 184 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1; in il3945_bg_rate_scale_flush() 186 rs_sta->last_tx_packets = rs_sta->tx_packets + 1; in il3945_bg_rate_scale_flush() 461 rs_sta->tx_packets++; in il3945_rs_tx_status() 820 "rate=0x%X flush time %d\n", lq_sta->tx_packets, in il3945_sta_dbgfs_stats_table_read()
|
/drivers/net/usb/ |
D | qmi_wwan.c | 116 stats64->tx_packets++; in qmimux_start_xmit() 138 u64 tx_packets, tx_bytes; in qmimux_get_stats64() local 146 tx_packets = stats64->tx_packets; in qmimux_get_stats64() 152 stats->tx_packets += tx_packets; in qmimux_get_stats64()
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211_tx.c | 249 iface->stats.tx_packets++; in hostap_data_start_xmit() 288 iface->stats.tx_packets++; in hostap_mgmt_start_xmit() 540 iface->stats.tx_packets++; in hostap_master_start_xmit()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 30 unsigned long tx_packets; member
|
D | en_port.c | 179 dev->stats.tx_packets = packets; in mlx4_en_fold_software_stats() 299 stats->tx_packets = p_stats->tx_packets_phy; in mlx4_en_DUMP_ETH_STATS() 393 priv->pf_stats.tx_packets = be64_to_cpu(tmp_counter_stats.tx_frames); in mlx4_en_DUMP_ETH_STATS()
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_stats.c | 13 IONIC_LIF_STAT_DESC(tx_packets), 88 stats->tx_packets += tstats->pkts; in ionic_get_lif_stats()
|
/drivers/net/wireless/marvell/mwifiex/ |
D | txrx.c | 100 dest_node->stats.tx_packets++; in mwifiex_process_tx() 303 priv->stats.tx_packets++; in mwifiex_write_data_complete()
|