| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 16 uint16_t nb_tx = dev->data->nb_tx_queues; in nfb_eth_stats_get() local 60 uint16_t nb_tx = dev->data->nb_tx_queues; in nfb_eth_stats_reset() local
|
| H A D | nfb_ethdev.c | 121 uint16_t nb_tx = dev->data->nb_tx_queues; in nfb_eth_dev_start() local 159 uint16_t nb_tx = dev->data->nb_tx_queues; in nfb_eth_dev_stop() local 222 uint16_t nb_tx = dev->data->nb_tx_queues; in nfb_eth_dev_close() local
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | noisy_vnf.c | 96 do_retry(uint16_t nb_rx, uint16_t nb_tx, struct rte_mbuf **pkts, in do_retry() 111 drop_pkts(struct rte_mbuf **pkts, uint16_t nb_rx, uint16_t nb_tx) in drop_pkts() 148 uint16_t nb_tx = 0; in pkt_burst_noisy_vnf() local
|
| H A D | iofwd.c | 51 uint16_t nb_tx; in pkt_burst_io_forward() local
|
| H A D | macswap.c | 58 uint16_t nb_tx; in pkt_burst_mac_swap() local
|
| H A D | macfwd.c | 55 uint16_t nb_tx; in pkt_burst_mac_forward() local
|
| H A D | flowgen.c | 95 uint16_t nb_tx; in pkt_burst_flow_gen() local
|
| H A D | 5tswap.c | 94 uint16_t nb_tx; in pkt_burst_5tuple_swap() local
|
| H A D | icmpecho.c | 287 uint16_t nb_tx; in reply_to_icmp_echo_rqsts() local
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_sched.c | 172 __rte_unused uint32_t nb_tx; in rte_port_sched_writer_tx() local 194 __rte_unused uint32_t nb_tx; in rte_port_sched_writer_tx_bulk() local 219 __rte_unused uint32_t nb_tx; in rte_port_sched_writer_tx_bulk() local 237 __rte_unused uint32_t nb_tx; in rte_port_sched_writer_flush() local
|
| H A D | rte_port_ring.c | 214 uint32_t nb_tx; in send_burst() local 229 uint32_t nb_tx; in send_burst_mp() local 490 uint32_t nb_tx = 0, i; in send_burst_nodrop() local 524 uint32_t nb_tx = 0, i; in send_burst_mp_nodrop() local
|
| H A D | rte_port_kni.c | 166 uint32_t nb_tx; in send_burst() local 350 uint32_t nb_tx = 0, i; in send_burst_nodrop() local
|
| H A D | rte_port_sym_crypto.c | 197 uint32_t nb_tx; in send_burst() local 389 uint32_t nb_tx = 0, i; in send_burst_nodrop() local
|
| H A D | rte_port_ethdev.c | 170 uint32_t nb_tx; in send_burst() local 358 uint32_t nb_tx = 0, i; in send_burst_nodrop() local
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_rxtx.c | 147 uint16_t nb_tx; in failsafe_tx_burst() local 168 uint16_t nb_tx; in failsafe_tx_burst_fast() local
|
| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_perf.c | 342 unsigned i, portid, nb_rx, nb_tx; in measure_rxtx() local 380 unsigned i, portid, nb_rx, nb_tx; in measure_rxonly() local 418 unsigned i, portid, nb_rx, nb_tx; in measure_txonly() local 461 unsigned i, portid, nb_rx = 0, nb_tx = 0; in main_loop() local 609 unsigned i, portid, nb_tx = 0; in exec_burst() local
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 137 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main() local
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 152 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main() local
|
| /f-stack/dpdk/drivers/net/szedata2/ |
| H A D | rte_eth_szedata2.c | 991 uint16_t nb_tx = dev->data->nb_tx_queues; in eth_dev_start() local 1021 uint16_t nb_tx = dev->data->nb_tx_queues; in eth_dev_stop() local 1082 uint16_t nb_tx = dev->data->nb_tx_queues; in eth_stats_get() local 1127 uint16_t nb_tx = dev->data->nb_tx_queues; in eth_stats_reset() local 1175 uint16_t nb_tx = dev->data->nb_tx_queues; in eth_dev_close() local
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx_vec.c | 32 uint16_t nb_tx = 0; in hns3_xmit_pkts_vec() local
|
| H A D | hns3_rxtx_vec_sve.c | 426 uint16_t nb_tx = 0; in hns3_xmit_fixed_burst_vec_sve() local 459 uint16_t nb_tx = 0; in hns3_xmit_pkts_vec_sve() local
|
| H A D | hns3_rxtx_vec_neon.h | 37 uint16_t nb_tx; in hns3_xmit_fixed_burst_vec() local
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.c | 1694 uint16_t nb_tx; in virtio_xmit_pkts_prepare() local 1743 uint16_t nb_tx = 0; in virtio_xmit_pkts_packed() local 1824 uint16_t nb_used, nb_tx = 0; in virtio_xmit_pkts() local 1924 uint16_t nb_used, nb_tx = 0, nb_inorder_pkts = 0; in virtio_xmit_pkts_inorder() local
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_generic.c | 106 uint16_t nb_tx = rte_event_enqueue_burst(dev_id, port_id, in worker_generic_burst() local
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 219 uint16_t nb_tx, buf_size; in cmd_sendfile_parsed() local 426 uint16_t nb_rx, nb_tx; in start_iofwd_per_lcore() local 538 uint16_t nb_pkt, nb_tx; in start_txonly_per_lcore() local
|