| /f-stack/tools/traffic/ |
| H A D | traffic.c | 110 traffic.tx_packets, traffic.tx_bytes); in main() 122 ptraffic[j].tx_packets, ptraffic[j].tx_bytes); in main() 126 ADD_S(tx_packets); in main() 132 traffic.tx_packets, traffic.tx_bytes); in main() 158 txp = DIFF(tx_packets); in main() 191 ptxp = DIFF_P(tx_packets); in main()
|
| /f-stack/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
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | iofwd.c | 80 fs->tx_packets += nb_tx; in pkt_burst_io_forward()
|
| H A D | macswap.c | 90 fs->tx_packets += nb_tx; in pkt_burst_mac_swap()
|
| H A D | macfwd.c | 111 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 | 189 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 | 503 fs->tx_packets += nb_tx; in reply_to_icmp_echo_rqsts()
|
| H A D | txonly.c | 404 fs->tx_packets += nb_tx; in pkt_burst_transmit()
|
| /f-stack/lib/ |
| H A D | ff_msg.h | 106 uint64_t tx_packets; member
|
| H A D | ff_dpdk_kni.c | 75 uint64_t tx_packets; member 244 kni_stat[port_id]->tx_packets += nb_rx; in kni_process_rx() 529 kni_stat[port_id]->tx_packets = 0; in ff_kni_alloc()
|
| /f-stack/dpdk/lib/librte_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 | 509 stats->tx_packets += sent; in txa_service_buffer_retry() 543 stats->tx_packets += nb_tx; in txa_service_tx() 604 txa->stats.tx_packets += nb_tx; in txa_service_func() 1135 stats->tx_packets += service_stats.tx_packets; in rte_event_eth_tx_adapter_stats_get()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_eth_tx_adapter.c | 604 TEST_ASSERT_EQUAL(stats.tx_packets, MAX_NUM_QUEUE * RING_SIZE, in tx_adapter_service() 607 stats.tx_packets); in tx_adapter_service() 614 TEST_ASSERT_EQUAL(stats.tx_packets, 0, in tx_adapter_service() 617 stats.tx_packets); in tx_adapter_service()
|
| /f-stack/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
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 121 uint64_t tx_packets; member 157 kni_stats[i].tx_packets, in print_stats() 272 kni_stats[port_id].tx_packets += nb_tx; in kni_egress()
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_net.c | 334 dev->stats.tx_packets++; in kni_net_tx() 517 dev->stats.tx_packets += num; in kni_net_rx_lo_fifo()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 501 tx_adptr_stats.tx_packets, in print_stats()
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 725 stats->opackets += ppio_stats.tx_packets + in mvneta_stats_get()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 273 u64 tx_packets; member
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 946 stats->n_pkts = s.tx_packets; in mrvl_node_stats_read()
|