| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_common.c | 349 u32 id_tx, id_tx_prev, tx_packets; in fm10k_update_hw_stats_tx_q() local 359 tx_packets = fm10k_read_hw_stats_32b(hw, FM10K_QPTC(idx), in fm10k_update_hw_stats_tx_q() 360 &q->tx_packets); in fm10k_update_hw_stats_tx_q() 362 if (tx_packets) in fm10k_update_hw_stats_tx_q() 378 q->tx_packets.count += tx_packets; in fm10k_update_hw_stats_tx_q() 383 fm10k_update_hw_base_32b(&q->tx_packets, tx_packets); in fm10k_update_hw_stats_tx_q()
|
| H A D | fm10k_type.h | 478 struct fm10k_hw_stat tx_packets; member 479 #define tx_stats_idx tx_packets.base_h
|
| /dpdk/app/test-pmd/ |
| H A D | iofwd.c | 79 fs->tx_packets += nb_tx; in pkt_burst_io_forward()
|
| H A D | macswap.c | 89 fs->tx_packets += nb_tx; in pkt_burst_mac_swap()
|
| H A D | macfwd.c | 110 fs->tx_packets += nb_tx; in pkt_burst_mac_forward()
|
| H A D | ieee1588fwd.c | 187 fs->tx_packets += 1; in ieee1588_packet_fwd()
|
| H A D | flowgen.c | 182 fs->tx_packets += nb_tx; in pkt_burst_flow_gen()
|
| H A D | 5tswap.c | 177 fs->tx_packets += nb_tx; in pkt_burst_5tuple_swap()
|
| H A D | noisy_vnf.c | 169 fs->tx_packets += nb_tx; in pkt_burst_noisy_vnf()
|
| H A D | icmpecho.c | 502 fs->tx_packets += nb_tx; in reply_to_icmp_echo_rqsts()
|
| H A D | txonly.c | 411 fs->tx_packets += nb_tx; in pkt_burst_transmit()
|
| H A D | testpmd.c | 1931 if ((fs->rx_packets == 0) && (fs->tx_packets == 0) && in fwd_stream_stats_display() 1940 fs->rx_packets, fs->tx_packets, fs->fwd_dropped); in fwd_stream_stats_display() 2133 fs->tx_packets = 0; in fwd_stats_reset()
|
| /dpdk/app/test/ |
| H A D | test_event_eth_tx_adapter.c | 611 TEST_ASSERT_EQUAL(stats.tx_packets, MAX_NUM_QUEUE * RING_SIZE, in tx_adapter_service() 614 stats.tx_packets); in tx_adapter_service() 621 TEST_ASSERT_EQUAL(stats.tx_packets, 0, in tx_adapter_service() 624 stats.tx_packets); in tx_adapter_service()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_tx_adapter.h | 132 uint64_t tx_packets; member
|
| H A D | rte_event_eth_tx_adapter.c | 508 stats->tx_packets += sent; in txa_service_buffer_retry() 588 stats->tx_packets += nb_tx; in txa_service_tx() 649 txa->stats.tx_packets += nb_tx; in txa_service_func() 1184 stats->tx_packets += service_stats.tx_packets; in rte_event_eth_tx_adapter_stats_get()
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.c | 167 stats->tx_packets = bgx_stats.tx_packets; in octeontx_bgx_port_stats()
|
| H A D | octeontx_bgx.h | 71 uint64_t tx_packets; member
|
| /dpdk/examples/kni/ |
| H A D | main.c | 120 uint64_t tx_packets; member 156 kni_stats[i].tx_packets, in print_stats() 271 kni_stats[port_id].tx_packets += nb_tx; in kni_egress()
|
| /dpdk/kernel/linux/kni/ |
| H A D | kni_net.c | 364 dev->stats.tx_packets++; in kni_net_tx() 547 dev->stats.tx_packets += num; in kni_net_rx_lo_fifo()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_type.h | 150 u64 tx_packets; member
|
| /dpdk/examples/l2fwd-event/ |
| H A D | main.c | 539 tx_adptr_stats.tx_packets, in print_stats()
|
| /dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 718 stats->opackets += ppio_stats.tx_packets + in mvneta_stats_get()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 155 HW_XSTAT(tx_packets), 1358 hw_stats->tx_packets += rd32(hw, NGBE_DMATXPKT); in ngbe_read_stats_registers() 1456 stats->opackets = hw_stats->tx_packets; in ngbe_dev_stats_get()
|
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 1006 stats->n_pkts = s.tx_packets; in mrvl_node_stats_read()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 343 u64 tx_packets; member
|