Home
last modified time | relevance | path

Searched defs:nb_tx (Results 1 – 25 of 68) sorted by relevance

123

/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_stats.c16 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 Dnfb_ethdev.c121 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 Dnoisy_vnf.c96 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 Diofwd.c51 uint16_t nb_tx; in pkt_burst_io_forward() local
H A Dmacswap.c58 uint16_t nb_tx; in pkt_burst_mac_swap() local
H A Dmacfwd.c55 uint16_t nb_tx; in pkt_burst_mac_forward() local
H A Dflowgen.c95 uint16_t nb_tx; in pkt_burst_flow_gen() local
H A D5tswap.c94 uint16_t nb_tx; in pkt_burst_5tuple_swap() local
H A Dicmpecho.c287 uint16_t nb_tx; in reply_to_icmp_echo_rqsts() local
/f-stack/dpdk/lib/librte_port/
H A Drte_port_sched.c172 __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 Drte_port_ring.c214 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 Drte_port_kni.c166 uint32_t nb_tx; in send_burst() local
350 uint32_t nb_tx = 0, i; in send_burst_nodrop() local
H A Drte_port_sym_crypto.c197 uint32_t nb_tx; in send_burst() local
389 uint32_t nb_tx = 0, i; in send_burst_nodrop() local
H A Drte_port_ethdev.c170 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 Dfailsafe_rxtx.c147 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 Dtest_pmd_perf.c342 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 Dl2fwd-cat.c137 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main() local
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c152 const uint16_t nb_tx = rte_eth_tx_burst(port ^ 1, 0, in lcore_main() local
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c991 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 Dhns3_rxtx_vec.c32 uint16_t nb_tx = 0; in hns3_xmit_pkts_vec() local
H A Dhns3_rxtx_vec_sve.c426 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 Dhns3_rxtx_vec_neon.h37 uint16_t nb_tx; in hns3_xmit_fixed_burst_vec() local
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.c1694 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 Dpipeline_worker_generic.c106 uint16_t nb_tx = rte_event_enqueue_burst(dev_id, port_id, in worker_generic_burst() local
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c219 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

123