Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 200 of 510) sorted by relevance

123

/linux-4.4.14/arch/s390/appldata/
Dappldata_net_sum.c46 u64 tx_packets; /* total packets transmitted */ member
67 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local
75 tx_packets = 0; in appldata_get_net_sum_data()
91 tx_packets += stats->tx_packets; in appldata_get_net_sum_data()
105 net_data->tx_packets = tx_packets; in appldata_get_net_sum_data()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_common.c344 u32 id_tx, id_tx_prev, tx_packets; in fm10k_update_hw_stats_tx_q() local
352 tx_packets = fm10k_read_hw_stats_32b(hw, FM10K_QPTC(idx), in fm10k_update_hw_stats_tx_q()
353 &q->tx_packets); in fm10k_update_hw_stats_tx_q()
355 if (tx_packets) in fm10k_update_hw_stats_tx_q()
371 q->tx_packets.count += tx_packets; in fm10k_update_hw_stats_tx_q()
376 fm10k_update_hw_base_32b(&q->tx_packets, tx_packets); in fm10k_update_hw_stats_tx_q()
Dfm10k_type.h430 struct fm10k_hw_stat tx_packets; member
431 #define tx_stats_idx tx_packets.base_h
/linux-4.4.14/drivers/net/
Ddummy.c52 u64 tx_packets; member
71 tpackets = dstats->tx_packets; in dummy_get_stats64()
74 stats->tx_packets += tpackets; in dummy_get_stats64()
84 dstats->tx_packets++; in dummy_xmit()
Difb.c52 u64 tx_packets; member
87 txp->tx_packets++; in ifb_ri_tasklet()
152 packets = txp->tx_packets; in ifb_stats64()
155 stats->tx_packets += packets; in ifb_stats64()
Dnlmon.c103 stats->tx_packets = 0; in nlmon_get_stats64()
Dloopback.c122 stats->tx_packets = packets; in loopback_get_stats64()
Dmacvlan.c533 pcpu_stats->tx_packets++; in macvlan_start_xmit()
837 u64 rx_packets, rx_bytes, rx_multicast, tx_packets, tx_bytes; in macvlan_dev_get_stats64() local
849 tx_packets = p->tx_packets; in macvlan_dev_get_stats64()
856 stats->tx_packets += tx_packets; in macvlan_dev_get_stats64()
Drionet.c152 ndev->stats.tx_packets++; in rionet_queue_tx_msg()
219 ndev->stats.tx_packets++; in rionet_start_xmit()
Dntb_netdev.c191 ndev->stats.tx_packets++; in ntb_netdev_tx_handler()
Dvirtio_net.c59 u64 tx_packets; member
841 stats->tx_packets++; in free_old_xmit_skbs()
1069 tpackets = stats->tx_packets; in virtnet_stats()
1080 tot->tx_packets += tpackets; in virtnet_stats()
Dxen-netfront.c1079 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in xennet_get_stats64() local
1084 tx_packets = tx_stats->packets; in xennet_get_stats64()
1095 tot->tx_packets += tx_packets; in xennet_get_stats64()
Dveth.c172 tot->tx_packets = one.packets; in veth_get_stats64()
Deql.c348 dev->stats.tx_packets++; in eql_slave_xmit()
/linux-4.4.14/net/bridge/
Dbr_device.c52 brstats->tx_packets++; in br_dev_xmit()
164 sum.tx_packets += tmp.tx_packets; in br_get_stats64()
170 stats->tx_packets = sum.tx_packets; in br_get_stats64()
/linux-4.4.14/net/mac802154/
Dtx.c53 dev->stats.tx_packets++; in ieee802154_xmit_worker()
91 dev->stats.tx_packets++; in ieee802154_tx()
/linux-4.4.14/net/l2tp/
Dl2tp_eth.c46 atomic_long_t tx_packets; member
102 atomic_long_inc(&priv->tx_packets); in l2tp_eth_dev_xmit()
115 stats->tx_packets = atomic_long_read(&priv->tx_packets); in l2tp_eth_get_stats64()
Dl2tp_debugfs.c152 atomic_long_read(&tunnel->stats.tx_packets), in l2tp_dfs_seq_tunnel_show()
209 atomic_long_read(&session->stats.tx_packets), in l2tp_dfs_seq_session_show()
Dl2tp_core.h39 atomic_long_t tx_packets; member
Dl2tp_ppp.c989 dest->tx_packets = atomic_long_read(&stats->tx_packets); in pppol2tp_copy_stats()
1633 atomic_long_read(&tunnel->stats.tx_packets), in pppol2tp_seq_tunnel_show()
1675 atomic_long_read(&session->stats.tx_packets), in pppol2tp_seq_session_show()
Dl2tp_netlink.c350 atomic_long_read(&tunnel->stats.tx_packets)) || in l2tp_nl_tunnel_send()
757 atomic_long_read(&session->stats.tx_packets)) || in l2tp_nl_session_send()
Dl2tp_core.c1087 atomic_long_inc(&tunnel->stats.tx_packets); in l2tp_xmit_core()
1089 atomic_long_inc(&session->stats.tx_packets); in l2tp_xmit_core()
/linux-4.4.14/net/ipv4/
Dip_tunnel_core.c202 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local
208 tx_packets = tstats->tx_packets; in ip_tunnel_get_stats64()
214 tot->tx_packets += tx_packets; in ip_tunnel_get_stats64()
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c61 tstats->tx_packets++; in internal_dev_xmit()
135 stats->tx_packets += local_stats.tx_packets; in internal_get_stats()
Dvport.c295 stats->tx_packets = dev_stats->tx_packets; in ovs_vport_get_stats()
/linux-4.4.14/include/linux/
Dif_link.h10 __u64 tx_packets; member
Dif_team.h22 u64 tx_packets; member
Dif_vlan.h100 u64 tx_packets; member
/linux-4.4.14/net/sched/
Dsch_teql.c62 unsigned long tx_packets; member
320 master->tx_packets++; in teql_master_xmit()
409 stats->tx_packets = m->tx_packets; in teql_master_stats64()
/linux-4.4.14/drivers/net/xen-netback/
Dinterface.c203 unsigned long tx_packets = 0; in xenvif_get_stats() local
215 tx_packets += queue->stats.tx_packets; in xenvif_get_stats()
222 vif->dev->stats.tx_packets = tx_packets; in xenvif_get_stats()
Dcommon.h125 unsigned int tx_packets; member
/linux-4.4.14/include/uapi/linux/
Dhdlcdrv.h44 unsigned long tx_packets; member
Dif_hippi.h56 int tx_packets; /* total packets transmitted */ member
Dppp-ioctl.h71 __aligned_u64 tx_packets; member
Dif_link.h10 __u32 tx_packets; /* total packets transmitted */ member
43 __u64 tx_packets; /* total packets transmitted */ member
Dopenvswitch.h109 __u64 tx_packets; /* total packets transmitted */ member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_port.c187 stats->tx_packets = 0; in mlx4_en_DUMP_ETH_STATS()
198 stats->tx_packets += ring->packets; in mlx4_en_DUMP_ETH_STATS()
210 stats->tx_packets = en_stats_adder(&mlx4_en_stats->TTOT_prio_0, in mlx4_en_DUMP_ETH_STATS()
341 priv->pf_stats.tx_packets = be64_to_cpu(tmp_counter_stats.tx_frames); in mlx4_en_DUMP_ETH_STATS()
Dmlx4_stats.h29 unsigned long tx_packets; member
/linux-4.4.14/drivers/net/fjes/
Dfjes_main.c629 adapter->stats64.tx_packets += 1; in fjes_xmit_frame()
630 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame()
639 adapter->stats64.tx_packets += 1; in fjes_xmit_frame()
640 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame()
716 adapter->stats64.tx_packets += 1; in fjes_xmit_frame()
718 .tx_packets += 1; in fjes_xmit_frame()
733 adapter->stats64.tx_packets += 1; in fjes_xmit_frame()
734 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame()
Dfjes_ethtool.c45 FJES_STAT("tx_packets", stats64.tx_packets),
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilepro.c155 u64 tx_packets; /* total packets transmitted */ member
1828 stats->tx_packets += num_segs; in tile_net_tx_tso()
2012 stats->tx_packets++; in tile_net_tx()
2055 u64 rx_packets = 0, tx_packets = 0; in tile_net_get_stats64() local
2073 ttx_packets = cpu_stats->tx_packets; in tile_net_get_stats64()
2081 tx_packets += ttx_packets; in tile_net_get_stats64()
2089 stats->tx_packets = tx_packets; in tile_net_get_stats64()
Dtilegx.c1846 unsigned long tx_packets = 0, tx_bytes = 0; in tso_egress() local
1902 tx_packets++; in tso_egress()
1912 tile_net_stats_add(tx_packets, &dev->stats.tx_packets); in tso_egress()
2065 tile_net_stats_add(1, &dev->stats.tx_packets); in tile_net_tx()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c70 u64 tx_packets; member
327 pcpu_stats->tx_packets++; in mlxsw_sx_port_xmit()
355 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in mlxsw_sx_port_get_stats64() local
366 tx_packets = p->tx_packets; in mlxsw_sx_port_get_stats64()
372 stats->tx_packets += tx_packets; in mlxsw_sx_port_get_stats64()
Dspectrum.h77 u64 tx_packets; member
Dspectrum.c410 pcpu_stats->tx_packets++; in mlxsw_sp_port_xmit()
454 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in mlxsw_sp_port_get_stats64() local
465 tx_packets = p->tx_packets; in mlxsw_sp_port_get_stats64()
471 stats->tx_packets += tx_packets; in mlxsw_sp_port_get_stats64()
/linux-4.4.14/drivers/vhost/
Dnet.c106 unsigned tx_packets; member
206 ++net->tx_packets; in vhost_net_tx_packet()
207 if (net->tx_packets < 1024) in vhost_net_tx_packet()
209 net->tx_packets = 0; in vhost_net_tx_packet()
224 net->tx_packets / 64 >= net->tx_zcopy_err; in vhost_net_tx_select_zcopy()
930 n->tx_packets = 0; in vhost_net_set_backend()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945-rs.c199 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1; in il3945_bg_rate_scale_flush()
201 rs_sta->last_tx_packets = rs_sta->tx_packets + 1; in il3945_bg_rate_scale_flush()
480 rs_sta->tx_packets++; in il3945_rs_tx_status()
842 "rate=0x%X flush time %d\n", lq_sta->tx_packets, in il3945_sta_dbgfs_stats_table_read()
D3945.h84 u32 tx_packets; member
/linux-4.4.14/net/rose/
Drose_dev.c116 stats->tx_packets++; in rose_xmit()
/linux-4.4.14/drivers/net/can/
Dvcan.c93 stats->tx_packets++; in vcan_tx()
Dslcan.c328 sl->dev->stats.tx_packets++; in slcan_transmit()
Dsun4i_can.c651 stats->tx_packets++; in sun4i_can_interrupt()
/linux-4.4.14/net/ieee802154/6lowpan/
Dtx.c198 ldev->stats.tx_packets++; in lowpan_xmit_fragmented()
287 ldev->stats.tx_packets++; in lowpan_xmit()
/linux-4.4.14/include/net/
Dip6_tunnel.h96 tstats->tx_packets++; in ip6tunnel_xmit()
Dip_tunnels.h295 tstats->tx_packets++; in iptunnel_xmit_stats()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtxrx.c100 dest_node->stats.tx_packets++; in mwifiex_process_tx()
301 priv->stats.tx_packets++; in mwifiex_write_data_complete()
Dcfg80211.c1288 sinfo->tx_packets = node->stats.tx_packets; in mwifiex_dump_station_info()
1323 sinfo->tx_packets = priv->stats.tx_packets; in mwifiex_dump_station_info()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c492 u64 tx_bytes = 0, rx_bytes = 0, tx_packets = 0, rx_packets = 0; in hns_ae_update_stats() local
508 tx_packets += queue->tx_ring.stats.tx_pkts; in hns_ae_update_stats()
550 net_stats->tx_packets = tx_packets; in hns_ae_update_stats()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211_tx.c248 iface->stats.tx_packets++; in hostap_data_start_xmit()
287 iface->stats.tx_packets++; in hostap_mgmt_start_xmit()
539 iface->stats.tx_packets++; in hostap_master_start_xmit()
Dhostap_ap.h56 unsigned long rx_packets, tx_packets; member
/linux-4.4.14/net/netrom/
Dnr_dev.c153 stats->tx_packets++; in nr_xmit()
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h58 unsigned long tx_packets; member
Dlinux_wlan.c1413 nic->netstats.tx_packets++; in mac_xmit()
1751 nic->netstats.tx_packets = 0; in wilc_netdev_init()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c32 XGENE_STAT(tx_packets),
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c147 data[0] = netdev->stats.tx_packets; in spider_net_get_ethtool_stats()
/linux-4.4.14/drivers/net/wireless/libertas/
Dtx.c150 dev->stats.tx_packets++; in lbs_hard_start_xmit()
/linux-4.4.14/drivers/staging/slicoss/
Dslic.h319 u32 tx_packets; member
471 u32 tx_packets; member
/linux-4.4.14/net/irda/irlan/
Dirlan_eth.c207 dev->stats.tx_packets++; in irlan_eth_xmit()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h71 u64 tx_packets; /*!< Tx packets */ member
Dbna_types.h460 u64 tx_packets; member
Dbfi_enet.h820 u64 tx_packets; member
/linux-4.4.14/net/8021q/
Dvlan_dev.c136 stats->tx_packets++; in vlan_dev_hard_start_xmit()
672 txpackets = p->tx_packets; in vlan_dev_get_stats64()
679 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
Dvlanproc.c298 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
/linux-4.4.14/drivers/net/irda/
Dbfin_sir.c189 self->stats.tx_packets++; in bfin_sir_tx_chars()
255 self->stats.tx_packets++; in bfin_sir_dma_tx_chars()
291 self->stats.tx_packets++; in bfin_sir_dma_tx_int()
Dsa1100_ir.c234 dev->stats.tx_packets++; in sa1100_irda_sirtxdma_irq()
380 dev->stats.tx_packets ++; in sa1100_irda_firtxdma_irq()
Ddonauboe.c1180 self->netdev->stats.tx_packets++; in toshoboe_interrupt()
1184 self->netdev->stats.tx_packets--; in toshoboe_interrupt()
1186 self->netdev->stats.tx_packets++; in toshoboe_interrupt()
Dpxaficp_ir.c384 dev->stats.tx_packets++; in pxa_irda_sir_irq()
437 dev->stats.tx_packets++; in pxa_irda_fir_dma_tx_irq()
Dw83977af_ir.c651 self->netdev->stats.tx_packets++; in w83977af_dma_xmit_complete()
922 self->netdev->stats.tx_packets++; in w83977af_sir_interrupt()
Dkingsun-sir.c191 netdev->stats.tx_packets++; in kingsun_hard_xmit()
Dvlsi_ir.c291 ndev->stats.tx_packets, ndev->stats.tx_bytes, ndev->stats.tx_errors, in vlsi_proc_ndev()
1064 ndev->stats.tx_packets++; in vlsi_tx_interrupt()
1132 ndev->stats.tx_packets++; in vlsi_unarm_tx()
Dks959-sir.c423 netdev->stats.tx_packets++; in ks959_hard_xmit()
Dksdazzle-sir.c337 netdev->stats.tx_packets++; in ksdazzle_hard_xmit()
Dmcs7780.c863 mcs->netdev->stats.tx_packets++; in mcs_hard_xmit()
Dali-ircc.c940 self->netdev->stats.tx_packets++; in ali_ircc_sir_write_wakeup()
1637 self->netdev->stats.tx_packets++; in ali_ircc_dma_xmit_complete()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c924 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in netvsc_get_stats64() local
929 tx_packets = tx_stats->packets; in netvsc_get_stats64()
940 t->tx_packets += tx_packets; in netvsc_get_stats64()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1206 packet->tx_packets = skb_shinfo(skb)->gso_segs; in xgbe_prep_tso()
1207 packet->tx_bytes += (packet->tx_packets - 1) * packet->header_len; in xgbe_prep_tso()
1239 packet->tx_packets = 1; in xgbe_packet_info()
1564 s->tx_packets = pstats->txframecount_gb; in xgbe_get_stats64()
1813 unsigned int tx_packets = 0, tx_bytes = 0; in xgbe_tx_poll() local
1845 tx_packets += rdata->tx.packets; in xgbe_tx_poll()
1860 netdev_tx_completed_queue(txq, tx_packets, tx_bytes); in xgbe_tx_poll()
Dxgbe.h312 unsigned int tx_packets; member
Dxgbe-dev.c1435 ring->coalesce_count += packet->tx_packets; in xgbe_dev_xmit()
1438 else if (packet->tx_packets > pdata->tx_frames) in xgbe_dev_xmit()
1441 packet->tx_packets) in xgbe_dev_xmit()
1579 rdata->tx.packets = packet->tx_packets; in xgbe_dev_xmit()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c335 u64 rx_packets = 0, tx_packets = 0, rx_bytes = 0, tx_bytes = 0; in ehea_get_stats64() local
344 tx_packets += port->port_res[i].tx_packets; in ehea_get_stats64()
348 stats->tx_packets = tx_packets; in ehea_get_stats64()
1471 u64 tx_bytes, rx_bytes, tx_packets, rx_packets; in ehea_init_port_res() local
1474 tx_packets = pr->tx_packets; in ehea_init_port_res()
1481 pr->tx_packets = tx_packets; in ehea_init_port_res()
2072 pr->tx_packets++; in ehea_start_xmit()
Dehea.h376 u64 tx_packets; member
/linux-4.4.14/drivers/isdn/hysdn/
Dhysdn_net.c169 lp->dev->stats.tx_packets++; in hysdn_tx_netack()
/linux-4.4.14/arch/m68k/emu/
Dnfeth.c168 dev->stats.tx_packets++; in nfeth_xmit()
/linux-4.4.14/drivers/net/hamradio/
Dhdlcdrv.c329 dev->stats.tx_packets++; in hdlcdrv_transmitter()
562 bi.data.cs.tx_packets = dev->stats.tx_packets; in hdlcdrv_ioctl()
Dbaycom_epp.c426 bc->dev->stats.tx_packets++; in encode_hdlc()
1058 hi.data.cs.tx_packets = dev->stats.tx_packets; in baycom_ioctl()
Dbpqether.c298 dev->stats.tx_packets++; in bpq_xmit()
Dyam.c728 ++dev->stats.tx_packets; in yam_tx_byte()
829 seq_printf(seq, " TxFrames %lu\n", dev->stats.tx_packets); in yam_seq_show()
Dmkiss.c519 dev->stats.tx_packets++; in ax_encaps()
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c109 tmp.tx_packets = tstats->tx_packets; in ip6_get_stats()
115 sum.tx_packets += tmp.tx_packets; in ip6_get_stats()
120 dev->stats.tx_packets = sum.tx_packets; in ip6_get_stats()
/linux-4.4.14/net/irda/
Dirttp.c575 self->stats.tx_packets++; in irttp_udata_request()
780 self->stats.tx_packets++; in irttp_run_tx_queue()
856 self->stats.tx_packets++; in irttp_give_credit()
1847 self->stats.tx_packets); in irttp_seq_show()
/linux-4.4.14/net/mac80211/
Dethtool.c88 data[i++] += sinfo.tx_packets; \ in ieee80211_get_stats()
Diface.c1118 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ieee80211_get_stats64() local
1126 tx_packets = tstats->tx_packets; in ieee80211_get_stats64()
1132 stats->tx_packets += tx_packets; in ieee80211_get_stats64()
/linux-4.4.14/drivers/net/appletalk/
Dipddp.c178 dev->stats.tx_packets++; in ipddp_xmit()
Dcops.c915 dev->stats.tx_packets++; in cops_send_packet()
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
Dcore.h103 u64 tx_packets; member
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_main.c675 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
683 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
710 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
714 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
1343 sc->lmc_device->stats.tx_packets++; in lmc_interrupt()
/linux-4.4.14/net/phonet/
Dpep-gprs.c210 dev->stats.tx_packets++; in gprs_xmit()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c375 unsigned long tx_packets; member
1037 txq->tx_packets++; in mv643xx_eth_xmit()
1275 unsigned long tx_packets = 0; in mv643xx_eth_get_stats() local
1283 tx_packets += txq->tx_packets; in mv643xx_eth_get_stats()
1288 stats->tx_packets = tx_packets; in mv643xx_eth_get_stats()
1458 SSTAT(tx_packets),
Dmvneta.c333 u64 tx_packets; member
599 u64 tx_packets; in mvneta_get_stats64() local
607 tx_packets = cpu_stats->tx_packets; in mvneta_get_stats64()
613 stats->tx_packets += tx_packets; in mvneta_get_stats64()
1871 stats->tx_packets++; in mvneta_tx()
Dmvpp2.c662 u64 tx_packets; member
5332 stats->tx_packets++; in mvpp2_tx()
5784 u64 tx_packets; in mvpp2_get_stats64() local
5792 tx_packets = cpu_stats->tx_packets; in mvpp2_get_stats64()
5798 stats->tx_packets += tx_packets; in mvpp2_get_stats64()
/linux-4.4.14/arch/ia64/hp/sim/
Dsimeth.c384 local->stats.tx_packets++; in simeth_tx()
/linux-4.4.14/drivers/net/wan/
Dlapbether.c205 ndev->stats.tx_packets++; in lapbeth_data_transmit()
Dsbni.c758 nl->master->stats.tx_packets++; in send_complete()
761 dev->stats.tx_packets++; in send_complete()
Dx25_asy.c271 sl->dev->stats.tx_packets++; in x25_asy_write_wakeup()
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c451 stats->tx_packets++; in ravb_tx_free()
1077 data[i++] = stats->tx_packets; in ravb_get_ethtool_stats()
1431 nstats->tx_packets = stats0->tx_packets + stats1->tx_packets; in ravb_get_stats()
/linux-4.4.14/drivers/net/slip/
Dslip.c436 sl->dev->stats.tx_packets++;
583 stats->tx_packets = devstats->tx_packets;
/linux-4.4.14/drivers/net/team/
Dteam.c1662 pcpu_stats->tx_packets++; in team_xmit()
1787 u64 rx_packets, rx_bytes, rx_multicast, tx_packets, tx_bytes; in team_get_stats64() local
1799 tx_packets = p->tx_packets; in team_get_stats64()
1806 stats->tx_packets += tx_packets; in team_get_stats64()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dfarch.c839 int tx_packets = 0; in efx_farch_handle_tx_event() local
850 tx_packets = ((tx_ev_desc_ptr - tx_queue->read_count) & in efx_farch_handle_tx_event()
871 return tx_packets; in efx_farch_handle_tx_event()
1287 int tx_packets = 0; in efx_farch_ev_process() local
1321 tx_packets += efx_farch_handle_tx_event(channel, in efx_farch_ev_process()
1323 if (tx_packets > efx->txq_entries) { in efx_farch_ev_process()
Dsiena.c443 SIENA_DMA_STAT(tx_packets, TX_PKTS),
568 core_stats->tx_packets = stats[SIENA_STAT_tx_packets]; in siena_update_nic_stats()
Dtx.c449 tx_queue->tx_packets++; in efx_enqueue_skb()
1246 ++tx_queue->tx_packets; in tso_start_new_packet()
/linux-4.4.14/drivers/net/ethernet/amd/
Damd8111e.h726 unsigned long tx_packets; member
Damd8111e.c675 lp->coal_conf.tx_packets++; in amd8111e_tx()
902 new_stats->tx_packets = amd8111e_read_mib(mmio, xmt_packets); in amd8111e_get_stats()
993 tx_pkt_rate = coal_conf->tx_packets - coal_conf->tx_prev_packets; in amd8111e_calc_coalesce()
994 coal_conf->tx_prev_packets = coal_conf->tx_packets; in amd8111e_calc_coalesce()
Dnmclan_cs.c1020 lp->linux_stats.tx_packets++; in mace_interrupt()
1141 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
D7990.c429 dev->stats.tx_packets++; in lance_tx()
Dsunlance.c632 dev->stats.tx_packets++; in lance_tx_dvma()
800 dev->stats.tx_packets++; in lance_tx_pio()
Dam79c961a.c579 dev->stats.tx_packets++; in am79c961_tx()
Da2065.c396 dev->stats.tx_packets++; in lance_tx()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_tx.c962 dev->stats.tx_packets++; in rtllib_xmit_inter()
967 stats->tx_packets++; in rtllib_xmit_inter()
/linux-4.4.14/drivers/net/ethernet/8390/
Dlib8390.c273 if (!isr && !dev->stats.tx_packets) { in __ei_tx_timeout()
626 dev->stats.tx_packets++; in ei_tx_intr()
Daxnet_cs.c927 if (!isr && !dev->stats.tx_packets) in axnet_tx_timeout()
1305 dev->stats.tx_packets++; in ei_tx_intr()
/linux-4.4.14/net/core/
Dnet-procfs.c91 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe.h557 u32 tx_packets; member
Dpch_gbe_ethtool.c43 PCH_GBE_STAT(tx_packets),
Dpch_gbe_main.c1287 netdev->stats.tx_packets = stats->tx_packets; in pch_gbe_update_stats()
1607 adapter->stats.tx_packets++; in pch_gbe_clean_tx()
1612 adapter->stats.tx_packets++; in pch_gbe_clean_tx()
/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.h1158 u32 tx_packets; /* 0x60E4 */ member
/linux-4.4.14/drivers/net/ethernet/allwinner/
Dsun4i-emac.c505 dev->stats.tx_packets += 2; in emac_tx_done()
507 dev->stats.tx_packets++; in emac_tx_done()
/linux-4.4.14/drivers/net/ethernet/tundra/
Dtsi108_eth.c435 &data->stats.tx_packets); in tsi108_stat_carry()
499 data->tmpstats.tx_packets = in tsi108_get_stats()
502 TSI108_STAT_TXPKTS_CARRY, &data->stats.tx_packets); in tsi108_get_stats()
/linux-4.4.14/drivers/net/ethernet/i825xx/
D82596.c1033 if (lp->last_restart == dev->stats.tx_packets) { in i596_tx_timeout()
1042 lp->last_restart = dev->stats.tx_packets; in i596_tx_timeout()
1097 dev->stats.tx_packets++; in i596_start_xmit()
Dlib82596.c950 if (lp->last_restart == dev->stats.tx_packets) { in i596_tx_timeout()
960 lp->last_restart = dev->stats.tx_packets; in i596_tx_timeout()
1020 dev->stats.tx_packets++; in i596_start_xmit()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den.h109 u64 tx_packets; member
Den_main.c235 s->tx_packets = in mlx5e_update_stats()
245 s->tx_csum_offload = s->tx_packets - tx_offload_none; in mlx5e_update_stats()
1822 stats->tx_packets = vstats->tx_packets; in mlx5e_get_stats()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c518 dev->stats.tx_packets++; in libipw_xmit()
Dipw2200.h1147 int tx_packets; member
1276 u32 tx_packets; member
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpnet.c498 dev->stats.tx_packets++; in xpnet_dev_hard_start_xmit()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c103 u64 tx_packets; member
1097 stats64->tx_packets = ppp->stats64.tx_packets; in ppp_get_stats64()
1274 ++ppp->stats64.tx_packets; in ppp_send_frame()
2694 st->p.ppp_opackets = ppp->stats64.tx_packets; in ppp_get_stats()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c794 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce()
818 adapter->coal.normal.data.tx_packets; in netxen_get_intr_coalesce()
/linux-4.4.14/drivers/net/wimax/i2400m/
Dnetdev.c388 net_dev->stats.tx_packets++; in i2400m_hard_start_xmit()
/linux-4.4.14/drivers/net/ethernet/
Dnetx-eth.c129 ndev->stats.tx_packets++; in netx_eth_hard_start_xmit()
Dec_bhf.c471 stats->tx_packets = ioread32(priv->mac_io + MAC_TX_FRAME_CNT); in ec_bhf_get_stats()
/linux-4.4.14/drivers/staging/rtl8712/
Dos_intfs.c191 padapter->stats.tx_packets = pxmitpriv->tx_pkts; in r871x_net_get_stats()
/linux-4.4.14/drivers/net/wireless/cw1200/
Ddebug.c322 PUT_COUNTER("\t\t", tx_packets); in cw1200_counters_show()
/linux-4.4.14/drivers/net/usb/
Dcdc-phonet.c116 dev->stats.tx_packets++; in tx_complete()
Dipheth.c437 dev->net->stats.tx_packets++; in ipheth_tx()
/linux-4.4.14/drivers/net/caif/
Dcaif_serial.c251 ser->dev->stats.tx_packets++; in handle_tx()
Dcaif_hsi.c252 cfhsi->ndev->stats.tx_packets++; in cfhsi_tx_frm()
294 cfhsi->ndev->stats.tx_packets++; in cfhsi_tx_frm()
Dcaif_virtio.c584 cfv->ndev->stats.tx_packets++; in cfv_netdev_tx()
Dcaif_spi.c368 cfspi->ndev->stats.tx_packets++; in cfspi_xmitfrm()
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl1.h661 u64 tx_packets; member
Datl1.c1694 adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; in atl1_inc_smb()
1751 netdev->stats.tx_packets = adapter->soft_stats.tx_packets; in atl1_inc_smb()
3165 {"tx_packets", ATL1_STAT(soft_stats.tx_packets)},
/linux-4.4.14/drivers/parisc/
Dled.c376 tx_total += stats->tx_packets; in led_get_net_activity()
/linux-4.4.14/drivers/net/ethernet/3com/
D3c574_cs.c973 dev->stats.tx_packets += inb(ioaddr + 6); in update_stats()
975 dev->stats.tx_packets += (up&0x30) << 4; in update_stats()
D3c515.c1499 dev->stats.tx_packets += inb(ioaddr + 6); in update_stats()
1500 dev->stats.tx_packets += (inb(ioaddr + 9) & 0x30) << 4; in update_stats()
/linux-4.4.14/drivers/usb/gadget/function/
Du_ether.c470 dev->net->stats.tx_packets++; in tx_complete()
669 dev->net->stats.rx_packets, dev->net->stats.tx_packets, in eth_stop()
Df_phonet.c211 dev->stats.tx_packets++; in pn_tx_complete()
/linux-4.4.14/drivers/net/ethernet/cirrus/
Dmac89x0.c441 dev->stats.tx_packets++; in net_interrupt()
/linux-4.4.14/drivers/net/wireless/prism54/
Dislpci_eth.c226 ndev->stats.tx_packets++; in islpci_eth_transmit()
/linux-4.4.14/net/caif/
Dchnl_net.c256 dev->stats.tx_packets++; in chnl_net_start_xmit()
/linux-4.4.14/drivers/staging/most/aim-network/
Dnetworking.c265 dev->stats.tx_packets++; in most_nd_start_xmit()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-statistics184 What: /sys/class/<iface>/statistics/tx_packets
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c462 unsigned long tx_packets = 0, tx_bytes = 0; in gfar_get_stats() local
477 tx_packets += priv->tx_queue[i]->stats.tx_packets; in gfar_get_stats()
481 dev->stats.tx_packets = tx_packets; in gfar_get_stats()
2390 tx_queue->stats.tx_packets++; in gfar_start_xmit()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2.c795 netdev->stats.tx_packets++; in c2_xmit_frame()
818 netdev->stats.tx_packets++; in c2_xmit_frame()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dcfg80211.c163 sinfo->tx_packets = stats->tx_packets; in wil_cid_fill_sinfo()
Dwil6210.h468 unsigned long tx_packets; member
/linux-4.4.14/drivers/net/ethernet/micrel/
Dks8842.c722 netdev->stats.tx_packets++; in ks8842_handle_tx()
864 netdev->stats.tx_packets++; in ks8842_dma_tx_cb()
/linux-4.4.14/drivers/s390/net/
Dctcm_fsms.c268 priv->stats.tx_packets++; in chx_txdone()
298 priv->stats.tx_packets++; in chx_txdone()
1245 priv->stats.tx_packets++; in ctcmpc_chx_txdone()
1299 priv->stats.tx_packets++; in ctcmpc_chx_txdone()
Dqeth_core_sys.c358 card->perf_stats.initial_tx_packets = card->stats.tx_packets; in qeth_dev_performance_stats_store()
/linux-4.4.14/drivers/net/ethernet/ezchip/
Dnps_enet.c154 ndev->stats.tx_packets++; in nps_enet_tx_handler()
/linux-4.4.14/arch/xtensa/platforms/iss/
Dnetwork.c429 lp->stats.tx_packets++; in iss_net_start_xmit()
/linux-4.4.14/net/dsa/
Dslave.c597 dev->stats.tx_packets++; in dsa_slave_xmit()
771 data[0] = p->dev->stats.tx_packets; in dsa_slave_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c1140 dev->stats.tx_packets += 256 - n; in xirc2ps_interrupt()
1144 dev->stats.tx_packets += lp->last_ptr_value - n; in xirc2ps_interrupt()
/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211netdev.c398 netdev->stats.tx_packets++; in p80211knetdev_hard_start_xmit()
/linux-4.4.14/drivers/net/ethernet/moxa/
Dmoxart_ether.c279 priv->stats.tx_packets++; in moxart_tx_finished()
/linux-4.4.14/drivers/net/ethernet/wiznet/
Dw5300.c377 ndev->stats.tx_packets++; in w5300_start_tx()
/linux-4.4.14/net/bluetooth/bnep/
Dcore.c474 s->dev->stats.tx_packets++; in bnep_tx_frame()
/linux-4.4.14/drivers/net/can/sja1000/
Dsja1000.c531 stats->tx_packets++; in sja1000_interrupt()
/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c683 priv->stats.tx_packets++; in cvm_oct_xmit_pow()
Dethernet.c223 priv->stats.tx_packets += tx_status.packets; in cvm_oct_common_get_stats()
/linux-4.4.14/drivers/net/ethernet/apple/
Dmacmace.c465 dev->stats.tx_packets++; in mace_xmit_start()
/linux-4.4.14/drivers/message/fusion/
Dmptlan.c589 dev->stats.tx_packets++; in mpt_lan_send_turbo()
631 dev->stats.tx_packets += count; in mpt_lan_send_reply()
/linux-4.4.14/drivers/net/ethernet/packetengines/
Dyellowfin.c926 dev->stats.tx_packets++; in yellowfin_interrupt()
983 dev->stats.tx_packets++; in yellowfin_interrupt()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c1665 unsigned int tx_packets = 0; in dwceqos_tx_reclaim() local
1682 ++tx_packets; in dwceqos_tx_reclaim()
1703 netdev_completed_queue(ndev, tx_packets, tx_bytes); in dwceqos_tx_reclaim()
2516 s->tx_packets = hwstats->txpacketcount_gb; in dwceqos_get_stats64()
/linux-4.4.14/drivers/net/ethernet/realtek/
Datp.c660 dev->stats.tx_packets++; in atp_interrupt()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb.c766 obuf[(*size)-1] = (u8)(stats->tx_packets & 0xff); in pcan_usb_encode_msg()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c738 adapter->net_stats.tx_packets = stats->tx_unicast + in i40evf_virtchnl_completion()
/linux-4.4.14/drivers/net/ethernet/arc/
Demac_main.c182 stats->tx_packets++; in arc_emac_tx_clean()
/linux-4.4.14/drivers/net/can/mscan/
Dmscan.c461 stats->tx_packets++; in mscan_isr()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dos_intfs.c254 padapter->stats.tx_packets = pxmitpriv->tx_pkts; in rtw_net_get_stats()
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dsonic.c310 lp->stats.tx_packets++; in sonic_interrupt()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c898 stats->tx_packets++; in ieee80211_xmit()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dinterrupt.c629 dev->stats.tx_packets++; in tulip_interrupt()
/linux-4.4.14/drivers/net/ethernet/aeroflex/
Dgreth.c649 dev->stats.tx_packets++; in greth_clean_tx()
672 dev->stats.tx_packets++; in greth_update_tx_stats()

123