/linux-4.4.14/arch/s390/appldata/ |
D | appldata_net_sum.c | 46 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/ |
D | fm10k_common.c | 344 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()
|
D | fm10k_type.h | 430 struct fm10k_hw_stat tx_packets; member 431 #define tx_stats_idx tx_packets.base_h
|
/linux-4.4.14/drivers/net/ |
D | dummy.c | 52 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()
|
D | ifb.c | 52 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()
|
D | nlmon.c | 103 stats->tx_packets = 0; in nlmon_get_stats64()
|
D | loopback.c | 122 stats->tx_packets = packets; in loopback_get_stats64()
|
D | macvlan.c | 533 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()
|
D | rionet.c | 152 ndev->stats.tx_packets++; in rionet_queue_tx_msg() 219 ndev->stats.tx_packets++; in rionet_start_xmit()
|
D | ntb_netdev.c | 191 ndev->stats.tx_packets++; in ntb_netdev_tx_handler()
|
D | virtio_net.c | 59 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()
|
D | xen-netfront.c | 1079 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()
|
D | veth.c | 172 tot->tx_packets = one.packets; in veth_get_stats64()
|
D | eql.c | 348 dev->stats.tx_packets++; in eql_slave_xmit()
|
/linux-4.4.14/net/bridge/ |
D | br_device.c | 52 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/ |
D | tx.c | 53 dev->stats.tx_packets++; in ieee802154_xmit_worker() 91 dev->stats.tx_packets++; in ieee802154_tx()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_eth.c | 46 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()
|
D | l2tp_debugfs.c | 152 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()
|
D | l2tp_core.h | 39 atomic_long_t tx_packets; member
|
D | l2tp_ppp.c | 989 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()
|
D | l2tp_netlink.c | 350 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()
|
D | l2tp_core.c | 1087 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/ |
D | ip_tunnel_core.c | 202 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/ |
D | vport-internal_dev.c | 61 tstats->tx_packets++; in internal_dev_xmit() 135 stats->tx_packets += local_stats.tx_packets; in internal_get_stats()
|
D | vport.c | 295 stats->tx_packets = dev_stats->tx_packets; in ovs_vport_get_stats()
|
/linux-4.4.14/include/linux/ |
D | if_link.h | 10 __u64 tx_packets; member
|
D | if_team.h | 22 u64 tx_packets; member
|
D | if_vlan.h | 100 u64 tx_packets; member
|
/linux-4.4.14/net/sched/ |
D | sch_teql.c | 62 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/ |
D | interface.c | 203 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()
|
D | common.h | 125 unsigned int tx_packets; member
|
/linux-4.4.14/include/uapi/linux/ |
D | hdlcdrv.h | 44 unsigned long tx_packets; member
|
D | if_hippi.h | 56 int tx_packets; /* total packets transmitted */ member
|
D | ppp-ioctl.h | 71 __aligned_u64 tx_packets; member
|
D | if_link.h | 10 __u32 tx_packets; /* total packets transmitted */ member 43 __u64 tx_packets; /* total packets transmitted */ member
|
D | openvswitch.h | 109 __u64 tx_packets; /* total packets transmitted */ member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_port.c | 187 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()
|
D | mlx4_stats.h | 29 unsigned long tx_packets; member
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_main.c | 629 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()
|
D | fjes_ethtool.c | 45 FJES_STAT("tx_packets", stats64.tx_packets),
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 155 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()
|
D | tilegx.c | 1846 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/ |
D | switchx2.c | 70 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()
|
D | spectrum.h | 77 u64 tx_packets; member
|
D | spectrum.c | 410 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/ |
D | net.c | 106 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/ |
D | 3945-rs.c | 199 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()
|
D | 3945.h | 84 u32 tx_packets; member
|
/linux-4.4.14/net/rose/ |
D | rose_dev.c | 116 stats->tx_packets++; in rose_xmit()
|
/linux-4.4.14/drivers/net/can/ |
D | vcan.c | 93 stats->tx_packets++; in vcan_tx()
|
D | slcan.c | 328 sl->dev->stats.tx_packets++; in slcan_transmit()
|
D | sun4i_can.c | 651 stats->tx_packets++; in sun4i_can_interrupt()
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | tx.c | 198 ldev->stats.tx_packets++; in lowpan_xmit_fragmented() 287 ldev->stats.tx_packets++; in lowpan_xmit()
|
/linux-4.4.14/include/net/ |
D | ip6_tunnel.h | 96 tstats->tx_packets++; in ip6tunnel_xmit()
|
D | ip_tunnels.h | 295 tstats->tx_packets++; in iptunnel_xmit_stats()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | txrx.c | 100 dest_node->stats.tx_packets++; in mwifiex_process_tx() 301 priv->stats.tx_packets++; in mwifiex_write_data_complete()
|
D | cfg80211.c | 1288 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/ |
D | hns_ae_adapt.c | 492 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/ |
D | hostap_80211_tx.c | 248 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()
|
D | hostap_ap.h | 56 unsigned long rx_packets, tx_packets; member
|
/linux-4.4.14/net/netrom/ |
D | nr_dev.c | 153 stats->tx_packets++; in nr_xmit()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wfi_netdevice.h | 58 unsigned long tx_packets; member
|
D | linux_wlan.c | 1413 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/ |
D | xgene_enet_ethtool.c | 32 XGENE_STAT(tx_packets),
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 147 data[0] = netdev->stats.tx_packets; in spider_net_get_ethtool_stats()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | tx.c | 150 dev->stats.tx_packets++; in lbs_hard_start_xmit()
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slic.h | 319 u32 tx_packets; member 471 u32 tx_packets; member
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_eth.c | 207 dev->stats.tx_packets++; in irlan_eth_xmit()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 71 u64 tx_packets; /*!< Tx packets */ member
|
D | bna_types.h | 460 u64 tx_packets; member
|
D | bfi_enet.h | 820 u64 tx_packets; member
|
/linux-4.4.14/net/8021q/ |
D | vlan_dev.c | 136 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()
|
D | vlanproc.c | 298 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
|
/linux-4.4.14/drivers/net/irda/ |
D | bfin_sir.c | 189 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()
|
D | sa1100_ir.c | 234 dev->stats.tx_packets++; in sa1100_irda_sirtxdma_irq() 380 dev->stats.tx_packets ++; in sa1100_irda_firtxdma_irq()
|
D | donauboe.c | 1180 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()
|
D | pxaficp_ir.c | 384 dev->stats.tx_packets++; in pxa_irda_sir_irq() 437 dev->stats.tx_packets++; in pxa_irda_fir_dma_tx_irq()
|
D | w83977af_ir.c | 651 self->netdev->stats.tx_packets++; in w83977af_dma_xmit_complete() 922 self->netdev->stats.tx_packets++; in w83977af_sir_interrupt()
|
D | kingsun-sir.c | 191 netdev->stats.tx_packets++; in kingsun_hard_xmit()
|
D | vlsi_ir.c | 291 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()
|
D | ks959-sir.c | 423 netdev->stats.tx_packets++; in ks959_hard_xmit()
|
D | ksdazzle-sir.c | 337 netdev->stats.tx_packets++; in ksdazzle_hard_xmit()
|
D | mcs7780.c | 863 mcs->netdev->stats.tx_packets++; in mcs_hard_xmit()
|
D | ali-ircc.c | 940 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/ |
D | netvsc_drv.c | 924 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/ |
D | xgbe-drv.c | 1206 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()
|
D | xgbe.h | 312 unsigned int tx_packets; member
|
D | xgbe-dev.c | 1435 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/ |
D | ehea_main.c | 335 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()
|
D | ehea.h | 376 u64 tx_packets; member
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_net.c | 169 lp->dev->stats.tx_packets++; in hysdn_tx_netack()
|
/linux-4.4.14/arch/m68k/emu/ |
D | nfeth.c | 168 dev->stats.tx_packets++; in nfeth_xmit()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | hdlcdrv.c | 329 dev->stats.tx_packets++; in hdlcdrv_transmitter() 562 bi.data.cs.tx_packets = dev->stats.tx_packets; in hdlcdrv_ioctl()
|
D | baycom_epp.c | 426 bc->dev->stats.tx_packets++; in encode_hdlc() 1058 hi.data.cs.tx_packets = dev->stats.tx_packets; in baycom_ioctl()
|
D | bpqether.c | 298 dev->stats.tx_packets++; in bpq_xmit()
|
D | yam.c | 728 ++dev->stats.tx_packets; in yam_tx_byte() 829 seq_printf(seq, " TxFrames %lu\n", dev->stats.tx_packets); in yam_seq_show()
|
D | mkiss.c | 519 dev->stats.tx_packets++; in ax_encaps()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_tunnel.c | 109 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/ |
D | irttp.c | 575 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/ |
D | ethtool.c | 88 data[i++] += sinfo.tx_packets; \ in ieee80211_get_stats()
|
D | iface.c | 1118 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/ |
D | ipddp.c | 178 dev->stats.tx_packets++; in ipddp_xmit()
|
D | cops.c | 915 dev->stats.tx_packets++; in cops_send_packet()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.h | 103 u64 tx_packets; member
|
/linux-4.4.14/drivers/net/wan/lmc/ |
D | lmc_main.c | 675 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/ |
D | pep-gprs.c | 210 dev->stats.tx_packets++; in gprs_xmit()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 375 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),
|
D | mvneta.c | 333 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()
|
D | mvpp2.c | 662 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/ |
D | simeth.c | 384 local->stats.tx_packets++; in simeth_tx()
|
/linux-4.4.14/drivers/net/wan/ |
D | lapbether.c | 205 ndev->stats.tx_packets++; in lapbeth_data_transmit()
|
D | sbni.c | 758 nl->master->stats.tx_packets++; in send_complete() 761 dev->stats.tx_packets++; in send_complete()
|
D | x25_asy.c | 271 sl->dev->stats.tx_packets++; in x25_asy_write_wakeup()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 451 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/ |
D | slip.c | 436 sl->dev->stats.tx_packets++; 583 stats->tx_packets = devstats->tx_packets;
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 1662 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/ |
D | farch.c | 839 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()
|
D | siena.c | 443 SIENA_DMA_STAT(tx_packets, TX_PKTS), 568 core_stats->tx_packets = stats[SIENA_STAT_tx_packets]; in siena_update_nic_stats()
|
D | tx.c | 449 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/ |
D | amd8111e.h | 726 unsigned long tx_packets; member
|
D | amd8111e.c | 675 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()
|
D | nmclan_cs.c | 1020 lp->linux_stats.tx_packets++; in mace_interrupt() 1141 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
|
D | 7990.c | 429 dev->stats.tx_packets++; in lance_tx()
|
D | sunlance.c | 632 dev->stats.tx_packets++; in lance_tx_dvma() 800 dev->stats.tx_packets++; in lance_tx_pio()
|
D | am79c961a.c | 579 dev->stats.tx_packets++; in am79c961_tx()
|
D | a2065.c | 396 dev->stats.tx_packets++; in lance_tx()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 962 dev->stats.tx_packets++; in rtllib_xmit_inter() 967 stats->tx_packets++; in rtllib_xmit_inter()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | lib8390.c | 273 if (!isr && !dev->stats.tx_packets) { in __ei_tx_timeout() 626 dev->stats.tx_packets++; in ei_tx_intr()
|
D | axnet_cs.c | 927 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/ |
D | net-procfs.c | 91 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe.h | 557 u32 tx_packets; member
|
D | pch_gbe_ethtool.c | 43 PCH_GBE_STAT(tx_packets),
|
D | pch_gbe_main.c | 1287 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/ |
D | et131x.h | 1158 u32 tx_packets; /* 0x60E4 */ member
|
/linux-4.4.14/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 505 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/ |
D | tsi108_eth.c | 435 &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/ |
D | 82596.c | 1033 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()
|
D | lib82596.c | 950 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/ |
D | en.h | 109 u64 tx_packets; member
|
D | en_main.c | 235 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/ |
D | libipw_tx.c | 518 dev->stats.tx_packets++; in libipw_xmit()
|
D | ipw2200.h | 1147 int tx_packets; member 1276 u32 tx_packets; member
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpnet.c | 498 dev->stats.tx_packets++; in xpnet_dev_hard_start_xmit()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 103 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/ |
D | netxen_nic_ethtool.c | 794 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/ |
D | netdev.c | 388 net_dev->stats.tx_packets++; in i2400m_hard_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | netx-eth.c | 129 ndev->stats.tx_packets++; in netx_eth_hard_start_xmit()
|
D | ec_bhf.c | 471 stats->tx_packets = ioread32(priv->mac_io + MAC_TX_FRAME_CNT); in ec_bhf_get_stats()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | os_intfs.c | 191 padapter->stats.tx_packets = pxmitpriv->tx_pkts; in r871x_net_get_stats()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | debug.c | 322 PUT_COUNTER("\t\t", tx_packets); in cw1200_counters_show()
|
/linux-4.4.14/drivers/net/usb/ |
D | cdc-phonet.c | 116 dev->stats.tx_packets++; in tx_complete()
|
D | ipheth.c | 437 dev->net->stats.tx_packets++; in ipheth_tx()
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_serial.c | 251 ser->dev->stats.tx_packets++; in handle_tx()
|
D | caif_hsi.c | 252 cfhsi->ndev->stats.tx_packets++; in cfhsi_tx_frm() 294 cfhsi->ndev->stats.tx_packets++; in cfhsi_tx_frm()
|
D | caif_virtio.c | 584 cfv->ndev->stats.tx_packets++; in cfv_netdev_tx()
|
D | caif_spi.c | 368 cfspi->ndev->stats.tx_packets++; in cfspi_xmitfrm()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 661 u64 tx_packets; member
|
D | atl1.c | 1694 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/ |
D | led.c | 376 tx_total += stats->tx_packets; in led_get_net_activity()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c574_cs.c | 973 dev->stats.tx_packets += inb(ioaddr + 6); in update_stats() 975 dev->stats.tx_packets += (up&0x30) << 4; in update_stats()
|
D | 3c515.c | 1499 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/ |
D | u_ether.c | 470 dev->net->stats.tx_packets++; in tx_complete() 669 dev->net->stats.rx_packets, dev->net->stats.tx_packets, in eth_stop()
|
D | f_phonet.c | 211 dev->stats.tx_packets++; in pn_tx_complete()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 441 dev->stats.tx_packets++; in net_interrupt()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | islpci_eth.c | 226 ndev->stats.tx_packets++; in islpci_eth_transmit()
|
/linux-4.4.14/net/caif/ |
D | chnl_net.c | 256 dev->stats.tx_packets++; in chnl_net_start_xmit()
|
/linux-4.4.14/drivers/staging/most/aim-network/ |
D | networking.c | 265 dev->stats.tx_packets++; in most_nd_start_xmit()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 184 What: /sys/class/<iface>/statistics/tx_packets
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 462 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/ |
D | c2.c | 795 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/ |
D | cfg80211.c | 163 sinfo->tx_packets = stats->tx_packets; in wil_cid_fill_sinfo()
|
D | wil6210.h | 468 unsigned long tx_packets; member
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8842.c | 722 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/ |
D | ctcm_fsms.c | 268 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()
|
D | qeth_core_sys.c | 358 card->perf_stats.initial_tx_packets = card->stats.tx_packets; in qeth_dev_performance_stats_store()
|
/linux-4.4.14/drivers/net/ethernet/ezchip/ |
D | nps_enet.c | 154 ndev->stats.tx_packets++; in nps_enet_tx_handler()
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | network.c | 429 lp->stats.tx_packets++; in iss_net_start_xmit()
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 597 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/ |
D | xirc2ps_cs.c | 1140 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/ |
D | p80211netdev.c | 398 netdev->stats.tx_packets++; in p80211knetdev_hard_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | moxart_ether.c | 279 priv->stats.tx_packets++; in moxart_tx_finished()
|
/linux-4.4.14/drivers/net/ethernet/wiznet/ |
D | w5300.c | 377 ndev->stats.tx_packets++; in w5300_start_tx()
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 474 s->dev->stats.tx_packets++; in bnep_tx_frame()
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | sja1000.c | 531 stats->tx_packets++; in sja1000_interrupt()
|
/linux-4.4.14/drivers/staging/octeon/ |
D | ethernet-tx.c | 683 priv->stats.tx_packets++; in cvm_oct_xmit_pow()
|
D | ethernet.c | 223 priv->stats.tx_packets += tx_status.packets; in cvm_oct_common_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | macmace.c | 465 dev->stats.tx_packets++; in mace_xmit_start()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptlan.c | 589 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/ |
D | yellowfin.c | 926 dev->stats.tx_packets++; in yellowfin_interrupt() 983 dev->stats.tx_packets++; in yellowfin_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 1665 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/ |
D | atp.c | 660 dev->stats.tx_packets++; in atp_interrupt()
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb.c | 766 obuf[(*size)-1] = (u8)(stats->tx_packets & 0xff); in pcan_usb_encode_msg()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_virtchnl.c | 738 adapter->net_stats.tx_packets = stats->tx_unicast + in i40evf_virtchnl_completion()
|
/linux-4.4.14/drivers/net/ethernet/arc/ |
D | emac_main.c | 182 stats->tx_packets++; in arc_emac_tx_clean()
|
/linux-4.4.14/drivers/net/can/mscan/ |
D | mscan.c | 461 stats->tx_packets++; in mscan_isr()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | os_intfs.c | 254 padapter->stats.tx_packets = pxmitpriv->tx_pkts; in rtw_net_get_stats()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | sonic.c | 310 lp->stats.tx_packets++; in sonic_interrupt()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 898 stats->tx_packets++; in ieee80211_xmit()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | interrupt.c | 629 dev->stats.tx_packets++; in tulip_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 649 dev->stats.tx_packets++; in greth_clean_tx() 672 dev->stats.tx_packets++; in greth_update_tx_stats()
|