Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 25 of 52) sorted by relevance

123

/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c503 void **bufs, int num_bufs) in dpaa_rx_cb_no_prefetch()
559 void **bufs, int num_bufs) in dpaa_rx_cb()
597 void dpaa_rx_cb_prepare(struct qm_dqrr_entry *dq, void **bufs) in dpaa_rx_cb_prepare()
614 struct rte_mbuf **bufs, in dpaa_eth_queue_portal_rx()
636 void **bufs) in dpaa_rx_cb_parallel()
663 void **bufs) in dpaa_rx_cb_atomic()
737 struct rte_mbuf **bufs, in dpaa_eth_queue_rx()
1054 dpaa_eth_queue_tx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in dpaa_eth_queue_tx()
1185 dpaa_eth_queue_tx_slow(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in dpaa_eth_queue_tx_slow()
/dpdk/app/test/
H A Dtest_distributor.c123 struct rte_mbuf *bufs[BURST]; in sanity_test() local
339 struct rte_mbuf *bufs[BURST]; in sanity_test_with_mbuf_alloc() local
446 struct rte_mbuf *bufs[BURST]; in sanity_test_with_worker_shutdown() local
530 struct rte_mbuf *bufs[BURST]; in test_flush_with_worker_shutdown() local
628 struct rte_mbuf *bufs[buf_count]; in sanity_mark_test() local
791 struct rte_mbuf *bufs[RTE_MAX_LCORE]; in quit_workers() local
H A Dtest_reorder.c147 struct rte_mbuf *bufs[num_bufs]; in test_reorder_insert() local
233 struct rte_mbuf *bufs[num_bufs]; in test_reorder_drain() local
H A Dtest_distributor_perf.c150 struct rte_mbuf *bufs[BURST]; in perf_test() local
194 struct rte_mbuf *bufs[RTE_MAX_LCORE]; in quit_workers() local
H A Dtest_pmd_ring.c71 struct rte_mbuf bufs[RING_SIZE]; in test_send_basic_packets() local
102 struct rte_mbuf bufs[RING_SIZE]; in test_send_basic_packets_port() local
H A Dvirtual_pmd.c313 struct rte_mbuf **bufs, in virtual_ethdev_rx_burst_success()
348 virtual_ethdev_tx_burst_success(void *queue, struct rte_mbuf **bufs, in virtual_ethdev_tx_burst_success()
378 virtual_ethdev_tx_burst_fail(void *queue, struct rte_mbuf **bufs, in virtual_ethdev_tx_burst_fail()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c59 bond_ethdev_rx_burst(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in bond_ethdev_rx_burst()
95 bond_ethdev_rx_burst_active_backup(void *queue, struct rte_mbuf **bufs, in bond_ethdev_rx_burst_active_backup()
275 rx_burst_8023ad(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts, in rx_burst_8023ad()
377 bond_ethdev_rx_burst_8023ad(void *queue, struct rte_mbuf **bufs, in bond_ethdev_rx_burst_8023ad()
563 bond_ethdev_tx_burst_round_robin(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_round_robin()
627 struct rte_mbuf **bufs, uint16_t nb_pkts) in bond_ethdev_tx_burst_active_backup()
1124 tx_burst_balance(void *queue, struct rte_mbuf **bufs, uint16_t nb_bufs, in tx_burst_balance()
1182 bond_ethdev_tx_burst_balance(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_balance()
1208 tx_burst_8023ad(void *queue, struct rte_mbuf **bufs, uint16_t nb_bufs, in tx_burst_8023ad()
1278 bond_ethdev_tx_burst_8023ad(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_8023ad()
[all …]
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c46 struct bm_buffer bufs[8]; in dpaa_mbuf_create_pool() local
211 struct bm_buffer bufs[DPAA_MBUF_MAX_ACQ_REL]; in dpaa_mbuf_alloc_bulk() local
/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c204 struct rte_mbuf **bufs, struct xsk_ring_prod *fq) in reserve_fill_queue_zc()
268 struct rte_mbuf **bufs, struct xsk_ring_prod *fq) in reserve_fill_queue()
279 af_xdp_rx_zc(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in af_xdp_rx_zc()
355 af_xdp_rx_cp(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in af_xdp_rx_cp()
417 af_xdp_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in af_xdp_rx()
427 eth_af_xdp_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_af_xdp_rx()
500 af_xdp_tx_zc(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in af_xdp_tx_zc()
582 af_xdp_tx_cp(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in af_xdp_tx_cp()
633 af_xdp_tx_cp_batch(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in af_xdp_tx_cp_batch()
660 eth_af_xdp_tx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_af_xdp_tx()
/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c195 uint64_t bufs[DPAA2_MBUF_MAX_ACQ_REL]; in rte_dpaa2_mbuf_release() local
327 size_t bufs[DPAA2_MBUF_MAX_ACQ_REL]; in rte_dpaa2_mbuf_alloc_bulk() local
/dpdk/drivers/net/null/
H A Drte_eth_null.c83 eth_null_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_rx()
108 eth_null_copy_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_copy_rx()
142 eth_null_tx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_tx()
159 eth_null_copy_tx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_copy_tx()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c693 dpaa2_dev_prefetch_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_prefetch_rx()
935 dpaa2_dev_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_rx()
1212 dpaa2_dev_tx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_tx()
1522 struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_tx_multi_txq_ordered()
1664 dpaa2_dev_tx_ordered(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_tx_ordered()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c2758 struct test_buffers *bufs = NULL; in throughput_intr_lcore_ldpc_dec() local
2858 struct test_buffers *bufs = NULL; in throughput_intr_lcore_dec() local
2945 struct test_buffers *bufs = NULL; in throughput_intr_lcore_enc() local
3032 struct test_buffers *bufs = NULL; in throughput_intr_lcore_ldpc_enc() local
3123 struct test_buffers *bufs = NULL; in throughput_pmd_lcore_dec() local
3219 struct test_buffers *bufs = NULL; in bler_pmd_lcore_ldpc_dec() local
3349 struct test_buffers *bufs = NULL; in throughput_pmd_lcore_ldpc_dec() local
3471 struct test_buffers *bufs = NULL; in throughput_pmd_lcore_enc() local
3561 struct test_buffers *bufs = NULL; in throughput_pmd_lcore_ldpc_enc() local
4456 struct test_buffers *bufs, in offload_latency_test_ldpc_dec()
[all …]
/dpdk/lib/distributor/
H A Ddistributor_private.h95 union rte_distributor_buffer_single bufs[RTE_DISTRIB_MAX_WORKERS]; member
147 struct rte_distributor_buffer bufs[RTE_DISTRIB_MAX_WORKERS]; member
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c250 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num, in bman_release()
292 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num, in bman_acquire()
/dpdk/app/test-eventdev/
H A Dtest_perf_common.h113 void *bufs[], int const buf_sz, uint8_t count) in perf_process_last_stage()
134 void *bufs[], int const buf_sz, uint8_t count) in perf_process_last_stage_latency()
/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c236 eth_pcap_rx_infinite(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_pcap_rx_infinite()
273 eth_pcap_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_pcap_rx()
375 eth_pcap_tx_dumper(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_pcap_tx_dumper()
436 eth_tx_drop(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_tx_drop()
460 eth_pcap_tx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_pcap_tx()
813 struct rte_mbuf *bufs; in infinite_rx_ring_free() local
888 struct rte_mbuf *bufs[1]; in eth_rx_queue_setup() local
/dpdk/drivers/net/nfb/
H A Dnfb_tx.h124 struct rte_mbuf **bufs, in nfb_eth_ndp_tx()
H A Dnfb_rx.h142 struct rte_mbuf **bufs, in nfb_eth_ndp_rx()
/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c124 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main() local
/dpdk/examples/skeleton/
H A Dbasicfwd.c144 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main() local
/dpdk/examples/distributor/
H A Dmain.c226 struct rte_mbuf *bufs[BURST_SIZE*2]; in lcore_rx() local
350 struct rte_mbuf *bufs[BURST_SIZE * 4]; in lcore_distributor() local
423 struct rte_mbuf *bufs[BURST_SIZE_TX]; in lcore_tx() local
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h94 struct bm_buffer bufs[8]; member
149 struct bm_buffer bufs[8]; member
/dpdk/drivers/net/kni/
H A Drte_eth_kni.c77 eth_kni_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_kni_rx()
94 eth_kni_tx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_kni_tx()
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c292 eth_memif_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_memif_rx()
437 eth_memif_rx_zc(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_memif_rx_zc()
564 eth_memif_tx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_memif_tx()
742 eth_memif_tx_zc(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in eth_memif_tx_zc()

123