tstats           1294 drivers/net/ethernet/cavium/liquidio/lio_core.c 	struct nic_tx_stats *tstats = &oct_dev->link_stats.fromhost;
tstats           1343 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->total_pkts_sent = rsp_tstats->total_pkts_sent;
tstats           1344 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->total_bytes_sent = rsp_tstats->total_bytes_sent;
tstats           1345 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->mcast_pkts_sent = rsp_tstats->mcast_pkts_sent;
tstats           1346 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->bcast_pkts_sent = rsp_tstats->bcast_pkts_sent;
tstats           1347 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->ctl_sent = rsp_tstats->ctl_sent;
tstats           1349 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->one_collision_sent = rsp_tstats->one_collision_sent;
tstats           1351 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->multi_collision_sent = rsp_tstats->multi_collision_sent;
tstats           1353 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->max_collision_fail = rsp_tstats->max_collision_fail;
tstats           1355 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->max_deferral_fail = rsp_tstats->max_deferral_fail;
tstats           1357 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fifo_err = rsp_tstats->fifo_err;
tstats           1358 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->runts = rsp_tstats->runts;
tstats           1360 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->total_collisions = rsp_tstats->total_collisions;
tstats           1363 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_total_sent = rsp_tstats->fw_total_sent;
tstats           1364 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_total_fwd = rsp_tstats->fw_total_fwd;
tstats           1365 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_total_mcast_sent = rsp_tstats->fw_total_mcast_sent;
tstats           1366 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_total_bcast_sent = rsp_tstats->fw_total_bcast_sent;
tstats           1367 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_err_pko = rsp_tstats->fw_err_pko;
tstats           1368 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_err_pki = rsp_tstats->fw_err_pki;
tstats           1369 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_err_link = rsp_tstats->fw_err_link;
tstats           1370 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_err_drop = rsp_tstats->fw_err_drop;
tstats           1371 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_tso = rsp_tstats->fw_tso;
tstats           1372 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_tso_fwd = rsp_tstats->fw_tso_fwd;
tstats           1373 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_err_tso = rsp_tstats->fw_err_tso;
tstats           1374 drivers/net/ethernet/cavium/liquidio/lio_core.c 		tstats->fw_tx_vxlan = rsp_tstats->fw_tx_vxlan;
tstats             76 drivers/net/ethernet/pensando/ionic/ionic_stats.c 	struct ionic_tx_stats *tstats;
tstats             87 drivers/net/ethernet/pensando/ionic/ionic_stats.c 			tstats = &txqcq->stats->tx;
tstats             88 drivers/net/ethernet/pensando/ionic/ionic_stats.c 			stats->tx_packets += tstats->pkts;
tstats             89 drivers/net/ethernet/pensando/ionic/ionic_stats.c 			stats->tx_bytes += tstats->bytes;
tstats             90 drivers/net/ethernet/pensando/ionic/ionic_stats.c 			stats->tx_tso += tstats->tso;
tstats             91 drivers/net/ethernet/pensando/ionic/ionic_stats.c 			stats->tx_no_csum += tstats->no_csum;
tstats             92 drivers/net/ethernet/pensando/ionic/ionic_stats.c 			stats->tx_csum += tstats->csum;
tstats            455 drivers/net/ethernet/qlogic/qed/qed.h 	struct storm_stats tstats;
tstats            669 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	struct fcoe_rx_stat tstats;
tstats            672 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	memset(&tstats, 0, sizeof(tstats));
tstats            675 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, sizeof(tstats));
tstats            677 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt);
tstats            679 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt);
tstats            681 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt);
tstats            683 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt);
tstats            686 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    le32_to_cpu(tstats.fcoe_silent_drop_pkt_cmdq_full_cnt);
tstats            688 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    le32_to_cpu(tstats.fcoe_silent_drop_pkt_rq_full_cnt);
tstats            690 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    le32_to_cpu(tstats.fcoe_silent_drop_pkt_crc_error_cnt);
tstats            692 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    le32_to_cpu(tstats.fcoe_silent_drop_pkt_task_invalid_cnt);
tstats            694 drivers/net/ethernet/qlogic/qed/qed_fcoe.c 	    le32_to_cpu(tstats.fcoe_silent_drop_total_pkt_cnt);
tstats            937 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	struct tstorm_iscsi_stats_drv tstats;
tstats            940 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	memset(&tstats, 0, sizeof(tstats));
tstats            943 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, sizeof(tstats));
tstats            946 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt);
tstats            948 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt);
tstats            950 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt);
tstats            952 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    le32_to_cpu(tstats.iscsi_cmdq_threshold_cnt);
tstats            954 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    le32_to_cpu(tstats.iscsi_rq_threshold_cnt);
tstats            956 drivers/net/ethernet/qlogic/qed/qed_iscsi.c 	    le32_to_cpu(tstats.iscsi_immq_threshold_cnt);
tstats           1667 drivers/net/ethernet/qlogic/qed/qed_l2.c 	struct tstorm_per_port_stat tstats;
tstats           1678 drivers/net/ethernet/qlogic/qed/qed_l2.c 		tstats_addr = p_resp->pfdev_info.stats_info.tstats.address;
tstats           1679 drivers/net/ethernet/qlogic/qed/qed_l2.c 		tstats_len = p_resp->pfdev_info.stats_info.tstats.len;
tstats           1682 drivers/net/ethernet/qlogic/qed/qed_l2.c 	memset(&tstats, 0, sizeof(tstats));
tstats           1683 drivers/net/ethernet/qlogic/qed/qed_l2.c 	qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, tstats_len);
tstats           1686 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    HILO_64_REGPAIR(tstats.mftag_filter_discard);
tstats           1688 drivers/net/ethernet/qlogic/qed/qed_l2.c 	    HILO_64_REGPAIR(tstats.eth_mac_filter_discard);
tstats           1690 drivers/net/ethernet/qlogic/qed/qed_l2.c 		HILO_64_REGPAIR(tstats.eth_gft_drop_pkt);
tstats           2101 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	struct core_ll2_tstorm_per_queue_stat tstats;
tstats           2105 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	memset(&tstats, 0, sizeof(tstats));
tstats           2108 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, sizeof(tstats));
tstats           2111 drivers/net/ethernet/qlogic/qed/qed_ll2.c 			HILO_64_REGPAIR(tstats.packet_too_big_discard);
tstats           2112 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard);
tstats           1549 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_stats->tstats.address = 0;
tstats           1550 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	p_stats->tstats.len = 0;
tstats            173 drivers/net/ethernet/qlogic/qed/qed_vf.h 	struct pfvf_storm_stats tstats;
tstats            296 drivers/net/geneve.c 		stats = this_cpu_ptr(geneve->dev->tstats);
tstats            314 drivers/net/geneve.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats            315 drivers/net/geneve.c 	if (!dev->tstats)
tstats            320 drivers/net/geneve.c 		free_percpu(dev->tstats);
tstats            326 drivers/net/geneve.c 		free_percpu(dev->tstats);
tstats            339 drivers/net/geneve.c 	free_percpu(dev->tstats);
tstats            207 drivers/net/gtp.c 	stats = this_cpu_ptr(pctx->dev->tstats);
tstats            375 drivers/net/gtp.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats            376 drivers/net/gtp.c 	if (!dev->tstats)
tstats            387 drivers/net/gtp.c 	free_percpu(dev->tstats);
tstats            585 drivers/net/macsec.c 		struct pcpu_sw_netstats *stats = this_cpu_ptr(dev->tstats);
tstats            876 drivers/net/macsec.c 	struct pcpu_sw_netstats *stats = this_cpu_ptr(dev->tstats);
tstats           2761 drivers/net/macsec.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           2762 drivers/net/macsec.c 	if (!dev->tstats)
tstats           2767 drivers/net/macsec.c 		free_percpu(dev->tstats);
tstats           2792 drivers/net/macsec.c 	free_percpu(dev->tstats);
tstats           2935 drivers/net/macsec.c 	if (!dev->tstats)
tstats           2943 drivers/net/macsec.c 		stats = per_cpu_ptr(dev->tstats, cpu);
tstats           1765 drivers/net/vxlan.c 	stats = this_cpu_ptr(vxlan->dev->tstats);
tstats           2335 drivers/net/vxlan.c 	tx_stats = this_cpu_ptr(src_vxlan->dev->tstats);
tstats           2336 drivers/net/vxlan.c 	rx_stats = this_cpu_ptr(dst_vxlan->dev->tstats);
tstats           2789 drivers/net/vxlan.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           2790 drivers/net/vxlan.c 	if (!dev->tstats)
tstats           2795 drivers/net/vxlan.c 		free_percpu(dev->tstats);
tstats           2822 drivers/net/vxlan.c 	free_percpu(dev->tstats);
tstats           2025 include/linux/netdevice.h 		struct pcpu_sw_netstats __percpu	*tstats;
tstats            441 include/net/ip_tunnels.h 		struct pcpu_sw_netstats *tstats = get_cpu_ptr(dev->tstats);
tstats            443 include/net/ip_tunnels.h 		u64_stats_update_begin(&tstats->syncp);
tstats            444 include/net/ip_tunnels.h 		tstats->tx_bytes += pkt_len;
tstats            445 include/net/ip_tunnels.h 		tstats->tx_packets++;
tstats            446 include/net/ip_tunnels.h 		u64_stats_update_end(&tstats->syncp);
tstats            447 include/net/ip_tunnels.h 		put_cpu_ptr(tstats);
tstats            361 net/ipv4/ip_tunnel.c 	struct pcpu_sw_netstats *tstats;
tstats            403 net/ipv4/ip_tunnel.c 	tstats = this_cpu_ptr(tunnel->dev->tstats);
tstats            404 net/ipv4/ip_tunnel.c 	u64_stats_update_begin(&tstats->syncp);
tstats            405 net/ipv4/ip_tunnel.c 	tstats->rx_packets++;
tstats            406 net/ipv4/ip_tunnel.c 	tstats->rx_bytes += skb->len;
tstats            407 net/ipv4/ip_tunnel.c 	u64_stats_update_end(&tstats->syncp);
tstats            998 net/ipv4/ip_tunnel.c 	free_percpu(dev->tstats);
tstats           1212 net/ipv4/ip_tunnel.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           1213 net/ipv4/ip_tunnel.c 	if (!dev->tstats)
tstats           1218 net/ipv4/ip_tunnel.c 		free_percpu(dev->tstats);
tstats           1225 net/ipv4/ip_tunnel.c 		free_percpu(dev->tstats);
tstats            192 net/ipv4/ip_tunnel_core.c 		const struct pcpu_sw_netstats *tstats =
tstats            193 net/ipv4/ip_tunnel_core.c 						   per_cpu_ptr(dev->tstats, i);
tstats            198 net/ipv4/ip_tunnel_core.c 			start = u64_stats_fetch_begin_irq(&tstats->syncp);
tstats            199 net/ipv4/ip_tunnel_core.c 			rx_packets = tstats->rx_packets;
tstats            200 net/ipv4/ip_tunnel_core.c 			tx_packets = tstats->tx_packets;
tstats            201 net/ipv4/ip_tunnel_core.c 			rx_bytes = tstats->rx_bytes;
tstats            202 net/ipv4/ip_tunnel_core.c 			tx_bytes = tstats->tx_bytes;
tstats            203 net/ipv4/ip_tunnel_core.c 		} while (u64_stats_fetch_retry_irq(&tstats->syncp, start));
tstats            124 net/ipv4/ip_vti.c 	struct pcpu_sw_netstats *tstats;
tstats            168 net/ipv4/ip_vti.c 	tstats = this_cpu_ptr(dev->tstats);
tstats            170 net/ipv4/ip_vti.c 	u64_stats_update_begin(&tstats->syncp);
tstats            171 net/ipv4/ip_vti.c 	tstats->rx_packets++;
tstats            172 net/ipv4/ip_vti.c 	tstats->rx_bytes += skb->len;
tstats            173 net/ipv4/ip_vti.c 	u64_stats_update_end(&tstats->syncp);
tstats           1388 net/ipv6/ip6_gre.c 	free_percpu(dev->tstats);
tstats           1449 net/ipv6/ip6_gre.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           1450 net/ipv6/ip6_gre.c 	if (!dev->tstats)
tstats           1478 net/ipv6/ip6_gre.c 	free_percpu(dev->tstats);
tstats           1479 net/ipv6/ip6_gre.c 	dev->tstats = NULL;
tstats           1843 net/ipv6/ip6_gre.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           1844 net/ipv6/ip6_gre.c 	if (!dev->tstats)
tstats           1870 net/ipv6/ip6_gre.c 	free_percpu(dev->tstats);
tstats           1871 net/ipv6/ip6_gre.c 	dev->tstats = NULL;
tstats             99 net/ipv6/ip6_tunnel.c 		const struct pcpu_sw_netstats *tstats =
tstats            100 net/ipv6/ip6_tunnel.c 						   per_cpu_ptr(dev->tstats, i);
tstats            103 net/ipv6/ip6_tunnel.c 			start = u64_stats_fetch_begin_irq(&tstats->syncp);
tstats            104 net/ipv6/ip6_tunnel.c 			tmp.rx_packets = tstats->rx_packets;
tstats            105 net/ipv6/ip6_tunnel.c 			tmp.rx_bytes = tstats->rx_bytes;
tstats            106 net/ipv6/ip6_tunnel.c 			tmp.tx_packets = tstats->tx_packets;
tstats            107 net/ipv6/ip6_tunnel.c 			tmp.tx_bytes =  tstats->tx_bytes;
tstats            108 net/ipv6/ip6_tunnel.c 		} while (u64_stats_fetch_retry_irq(&tstats->syncp, start));
tstats            251 net/ipv6/ip6_tunnel.c 	free_percpu(dev->tstats);
tstats            778 net/ipv6/ip6_tunnel.c 	struct pcpu_sw_netstats *tstats;
tstats            837 net/ipv6/ip6_tunnel.c 	tstats = this_cpu_ptr(tunnel->dev->tstats);
tstats            838 net/ipv6/ip6_tunnel.c 	u64_stats_update_begin(&tstats->syncp);
tstats            839 net/ipv6/ip6_tunnel.c 	tstats->rx_packets++;
tstats            840 net/ipv6/ip6_tunnel.c 	tstats->rx_bytes += skb->len;
tstats            841 net/ipv6/ip6_tunnel.c 	u64_stats_update_end(&tstats->syncp);
tstats           1832 net/ipv6/ip6_tunnel.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           1833 net/ipv6/ip6_tunnel.c 	if (!dev->tstats)
tstats           1861 net/ipv6/ip6_tunnel.c 	free_percpu(dev->tstats);
tstats           1862 net/ipv6/ip6_tunnel.c 	dev->tstats = NULL;
tstats            178 net/ipv6/ip6_vti.c 	free_percpu(dev->tstats);
tstats            339 net/ipv6/ip6_vti.c 	struct pcpu_sw_netstats *tstats;
tstats            383 net/ipv6/ip6_vti.c 	tstats = this_cpu_ptr(dev->tstats);
tstats            384 net/ipv6/ip6_vti.c 	u64_stats_update_begin(&tstats->syncp);
tstats            385 net/ipv6/ip6_vti.c 	tstats->rx_packets++;
tstats            386 net/ipv6/ip6_vti.c 	tstats->rx_bytes += skb->len;
tstats            387 net/ipv6/ip6_vti.c 	u64_stats_update_end(&tstats->syncp);
tstats            921 net/ipv6/ip6_vti.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats            922 net/ipv6/ip6_vti.c 	if (!dev->tstats)
tstats            648 net/ipv6/sit.c 		struct pcpu_sw_netstats *tstats;
tstats            684 net/ipv6/sit.c 		tstats = this_cpu_ptr(tunnel->dev->tstats);
tstats            685 net/ipv6/sit.c 		u64_stats_update_begin(&tstats->syncp);
tstats            686 net/ipv6/sit.c 		tstats->rx_packets++;
tstats            687 net/ipv6/sit.c 		tstats->rx_bytes += skb->len;
tstats            688 net/ipv6/sit.c 		u64_stats_update_end(&tstats->syncp);
tstats           1362 net/ipv6/sit.c 	free_percpu(dev->tstats);
tstats           1403 net/ipv6/sit.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           1404 net/ipv6/sit.c 	if (!dev->tstats)
tstats           1409 net/ipv6/sit.c 		free_percpu(dev->tstats);
tstats           1410 net/ipv6/sit.c 		dev->tstats = NULL;
tstats           1144 net/mac80211/iface.c 		const struct pcpu_sw_netstats *tstats;
tstats           1148 net/mac80211/iface.c 		tstats = per_cpu_ptr(dev->tstats, i);
tstats           1151 net/mac80211/iface.c 			start = u64_stats_fetch_begin_irq(&tstats->syncp);
tstats           1152 net/mac80211/iface.c 			rx_packets = tstats->rx_packets;
tstats           1153 net/mac80211/iface.c 			tx_packets = tstats->tx_packets;
tstats           1154 net/mac80211/iface.c 			rx_bytes = tstats->rx_bytes;
tstats           1155 net/mac80211/iface.c 			tx_bytes = tstats->tx_bytes;
tstats           1156 net/mac80211/iface.c 		} while (u64_stats_fetch_retry_irq(&tstats->syncp, start));
tstats           1210 net/mac80211/iface.c 	free_percpu(dev->tstats);
tstats           1777 net/mac80211/iface.c 		ndev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats           1778 net/mac80211/iface.c 		if (!ndev->tstats) {
tstats             37 net/mac80211/rx.c 	struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats);
tstats             39 net/mac80211/rx.c 	u64_stats_update_begin(&tstats->syncp);
tstats             40 net/mac80211/rx.c 	tstats->rx_packets++;
tstats             41 net/mac80211/rx.c 	tstats->rx_bytes += len;
tstats             42 net/mac80211/rx.c 	u64_stats_update_end(&tstats->syncp);
tstats             43 net/mac80211/tx.c 	struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats);
tstats             45 net/mac80211/tx.c 	u64_stats_update_begin(&tstats->syncp);
tstats             46 net/mac80211/tx.c 	tstats->tx_packets++;
tstats             47 net/mac80211/tx.c 	tstats->tx_bytes += len;
tstats             48 net/mac80211/tx.c 	u64_stats_update_end(&tstats->syncp);
tstats             44 net/openvswitch/vport-internal_dev.c 		struct pcpu_sw_netstats *tstats = this_cpu_ptr(netdev->tstats);
tstats             46 net/openvswitch/vport-internal_dev.c 		u64_stats_update_begin(&tstats->syncp);
tstats             47 net/openvswitch/vport-internal_dev.c 		tstats->tx_bytes += len;
tstats             48 net/openvswitch/vport-internal_dev.c 		tstats->tx_packets++;
tstats             49 net/openvswitch/vport-internal_dev.c 		u64_stats_update_end(&tstats->syncp);
tstats            102 net/openvswitch/vport-internal_dev.c 		percpu_stats = per_cpu_ptr(dev->tstats, i);
tstats            176 net/openvswitch/vport-internal_dev.c 	vport->dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats            177 net/openvswitch/vport-internal_dev.c 	if (!vport->dev->tstats) {
tstats            204 net/openvswitch/vport-internal_dev.c 	free_percpu(dev->tstats);
tstats            221 net/openvswitch/vport-internal_dev.c 	free_percpu(vport->dev->tstats);
tstats            244 net/openvswitch/vport-internal_dev.c 	stats = this_cpu_ptr(netdev->tstats);
tstats           2813 net/sched/sch_cake.c 	struct nlattr *tstats, *ts;
tstats           2841 net/sched/sch_cake.c 	tstats = nla_nest_start_noflag(d->skb, TCA_CAKE_STATS_TIN_STATS);
tstats           2842 net/sched/sch_cake.c 	if (!tstats)
tstats           2900 net/sched/sch_cake.c 	nla_nest_end(d->skb, tstats);
tstats            133 net/xfrm/xfrm_interface.c 	free_percpu(dev->tstats);
tstats            203 net/xfrm/xfrm_interface.c 	struct pcpu_sw_netstats *tstats;
tstats            249 net/xfrm/xfrm_interface.c 	tstats = this_cpu_ptr(dev->tstats);
tstats            251 net/xfrm/xfrm_interface.c 	u64_stats_update_begin(&tstats->syncp);
tstats            252 net/xfrm/xfrm_interface.c 	tstats->rx_packets++;
tstats            253 net/xfrm/xfrm_interface.c 	tstats->rx_bytes += skb->len;
tstats            254 net/xfrm/xfrm_interface.c 	u64_stats_update_end(&tstats->syncp);
tstats            319 net/xfrm/xfrm_interface.c 		struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats);
tstats            321 net/xfrm/xfrm_interface.c 		u64_stats_update_begin(&tstats->syncp);
tstats            322 net/xfrm/xfrm_interface.c 		tstats->tx_bytes += length;
tstats            323 net/xfrm/xfrm_interface.c 		tstats->tx_packets++;
tstats            324 net/xfrm/xfrm_interface.c 		u64_stats_update_end(&tstats->syncp);
tstats            548 net/xfrm/xfrm_interface.c 		stats = per_cpu_ptr(dev->tstats, cpu);
tstats            604 net/xfrm/xfrm_interface.c 	dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
tstats            605 net/xfrm/xfrm_interface.c 	if (!dev->tstats)
tstats            610 net/xfrm/xfrm_interface.c 		free_percpu(dev->tstats);