Home
last modified time | relevance | path

Searched defs:pkts (Results 1 – 25 of 107) sorted by relevance

12345

/dpdk/drivers/net/cnxk/rx/cn10k/
H A Drx_all_offload.c14 cn10k_nix_recv_pkts_all_offload(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn10k_nix_recv_pkts_all_offload()
25 cn10k_nix_recv_pkts_vec_all_offload(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn10k_nix_recv_pkts_vec_all_offload()
36 cn10k_nix_recv_pkts_all_offload_tst(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn10k_nix_recv_pkts_all_offload_tst()
47 cn10k_nix_recv_pkts_vec_all_offload_tst(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn10k_nix_recv_pkts_vec_all_offload_tst()
/dpdk/drivers/net/cnxk/rx/cn9k/
H A Drx_all_offload.c11 cn9k_nix_recv_pkts_all_offload(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn9k_nix_recv_pkts_all_offload()
21 cn9k_nix_recv_pkts_vec_all_offload(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn9k_nix_recv_pkts_vec_all_offload()
31 cn9k_nix_recv_pkts_all_offload_tst(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn9k_nix_recv_pkts_all_offload_tst()
41 cn9k_nix_recv_pkts_vec_all_offload_tst(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts) in cn9k_nix_recv_pkts_vec_all_offload_tst()
/dpdk/drivers/net/cnxk/tx/cn9k/
H A Dtx_all_offload.c11 cn9k_nix_xmit_pkts_all_offload(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t pkts) in cn9k_nix_xmit_pkts_all_offload()
20 cn9k_nix_xmit_pkts_vec_all_offload(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t pkts) in cn9k_nix_xmit_pkts_vec_all_offload()
/dpdk/drivers/net/cnxk/tx/cn10k/
H A Dtx_all_offload.c14 cn10k_nix_xmit_pkts_all_offload(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t pkts) in cn10k_nix_xmit_pkts_all_offload()
23 cn10k_nix_xmit_pkts_vec_all_offload(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t pkts) in cn10k_nix_xmit_pkts_vec_all_offload()
/dpdk/drivers/net/sfc/
H A Dsfc_stats.h30 uint64_t pkts; member
41 sfc_pkts_bytes_add(union sfc_pkts_bytes *st, uint64_t pkts, uint64_t bytes) in sfc_pkts_bytes_add()
/dpdk/examples/ipsec-secgw/
H A Dipsec.c811 ipsec_enqueue(ipsec_xform_fn xform_func,struct ipsec_ctx * ipsec_ctx,struct rte_mbuf * pkts[],void * sas[],uint16_t nb_pkts) ipsec_enqueue() argument
929 ipsec_inline_dequeue(ipsec_xform_fn xform_func,struct ipsec_ctx * ipsec_ctx,struct rte_mbuf * pkts[],uint16_t max_pkts) ipsec_inline_dequeue() argument
955 ipsec_dequeue(ipsec_xform_fn xform_func,struct ipsec_ctx * ipsec_ctx,struct rte_mbuf * pkts[],uint16_t max_pkts) ipsec_dequeue() argument
1010 ipsec_inbound(struct ipsec_ctx * ctx,struct rte_mbuf * pkts[],uint16_t nb_pkts,uint16_t len) ipsec_inbound() argument
1023 ipsec_inbound_cqp_dequeue(struct ipsec_ctx * ctx,struct rte_mbuf * pkts[],uint16_t len) ipsec_inbound_cqp_dequeue() argument
1030 ipsec_outbound(struct ipsec_ctx * ctx,struct rte_mbuf * pkts[],uint32_t sa_idx[],uint16_t nb_pkts,uint16_t len) ipsec_outbound() argument
1043 ipsec_outbound_cqp_dequeue(struct ipsec_ctx * ctx,struct rte_mbuf * pkts[],uint16_t len) ipsec_outbound_cqp_dequeue() argument
[all...]
H A Dipsec_lpm_neon.h115 route6_pkts_neon(struct rt_ctx * rt_ctx,struct rte_mbuf ** pkts,int nb_rx) route6_pkts_neon() argument
175 route4_pkts_neon(struct rt_ctx * rt_ctx,struct rte_mbuf ** pkts,int nb_rx,uint64_t tx_offloads,bool ip_cksum) route4_pkts_neon() argument
[all...]
/dpdk/lib/vhost/
H A Dvirtio_net.c57 struct rte_mbuf **pkts, uint16_t count) in vhost_queue_stats_update() argument
154 vhost_async_dma_transfer(struct virtio_net * dev,struct vhost_virtqueue * vq,int16_t dma_id,uint16_t vchan_id,uint16_t head_idx,struct vhost_iov_iter * pkts,uint16_t nr_pkts) vhost_async_dma_transfer() argument
1406 virtio_dev_rx_split(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint32_t count) virtio_dev_rx_split() argument
1463 virtio_dev_rx_sync_batch_check(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint64_t * desc_addrs,uint64_t * lens) virtio_dev_rx_sync_batch_check() argument
1514 virtio_dev_rx_async_batch_check(struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint64_t * desc_addrs,uint64_t * lens,int16_t dma_id,uint16_t vchan_id) virtio_dev_rx_async_batch_check() argument
1567 virtio_dev_rx_batch_packed_copy(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint64_t * desc_addrs,uint64_t * lens) virtio_dev_rx_batch_packed_copy() argument
1617 virtio_dev_rx_sync_batch_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts) virtio_dev_rx_sync_batch_packed() argument
1664 virtio_dev_rx_packed(struct virtio_net * dev,struct vhost_virtqueue * __rte_restrict vq,struct rte_mbuf ** __rte_restrict pkts,uint32_t count) virtio_dev_rx_packed() argument
1712 virtio_dev_rx(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint32_t count) virtio_dev_rx() argument
1755 rte_vhost_enqueue_burst(int vid,uint16_t queue_id,struct rte_mbuf ** __rte_restrict pkts,uint16_t count) rte_vhost_enqueue_burst() argument
1809 virtio_dev_rx_async_submit_split(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint32_t count,int16_t dma_id,uint16_t vchan_id) virtio_dev_rx_async_submit_split() argument
2000 virtio_dev_rx_async_packed_batch_enqueue(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint64_t * desc_addrs,uint64_t * lens) virtio_dev_rx_async_packed_batch_enqueue() argument
2063 virtio_dev_rx_async_packed_batch(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,int16_t dma_id,uint16_t vchan_id) virtio_dev_rx_async_packed_batch() argument
2112 virtio_dev_rx_async_submit_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint32_t count,int16_t dma_id,uint16_t vchan_id) virtio_dev_rx_async_submit_packed() argument
2284 vhost_poll_enqueue_completed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) vhost_poll_enqueue_completed() argument
2353 rte_vhost_poll_enqueue_completed(int vid,uint16_t queue_id,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) rte_vhost_poll_enqueue_completed() argument
2408 rte_vhost_clear_queue_thread_unsafe(int vid,uint16_t queue_id,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) rte_vhost_clear_queue_thread_unsafe() argument
2464 rte_vhost_clear_queue(int vid,uint16_t queue_id,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) rte_vhost_clear_queue() argument
2526 virtio_dev_rx_async_submit(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint32_t count,int16_t dma_id,uint16_t vchan_id) virtio_dev_rx_async_submit() argument
2580 rte_vhost_submit_enqueue_burst(int vid,uint16_t queue_id,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) rte_vhost_submit_enqueue_burst() argument
3101 virtio_dev_tx_split(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,bool legacy_ol_flags) virtio_dev_tx_split() argument
3197 virtio_dev_tx_split_legacy(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count) virtio_dev_tx_split_legacy() argument
3208 virtio_dev_tx_split_compliant(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count) virtio_dev_tx_split_compliant() argument
3218 vhost_reserve_avail_batch_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint16_t avail_idx,uintptr_t * desc_addrs,uint16_t * ids) vhost_reserve_avail_batch_packed() argument
3290 vhost_async_tx_batch_packed_check(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint16_t avail_idx,uintptr_t * desc_addrs,uint64_t * lens,uint16_t * ids,int16_t dma_id,uint16_t vchan_id) vhost_async_tx_batch_packed_check() argument
3364 virtio_dev_tx_batch_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,bool legacy_ol_flags) virtio_dev_tx_batch_packed() argument
3409 vhost_dequeue_single_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf * pkts,uint16_t * buf_id,uint16_t * desc_count,bool legacy_ol_flags) vhost_dequeue_single_packed() argument
3461 virtio_dev_tx_single_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf * pkts,bool legacy_ol_flags) virtio_dev_tx_single_packed() argument
3521 virtio_dev_tx_packed(struct virtio_net * dev,struct vhost_virtqueue * __rte_restrict vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** __rte_restrict pkts,uint32_t count,bool legacy_ol_flags) virtio_dev_tx_packed() argument
3574 virtio_dev_tx_packed_legacy(struct virtio_net * dev,struct vhost_virtqueue * __rte_restrict vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** __rte_restrict pkts,uint32_t count) virtio_dev_tx_packed_legacy() argument
3585 virtio_dev_tx_packed_compliant(struct virtio_net * dev,struct vhost_virtqueue * __rte_restrict vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** __rte_restrict pkts,uint32_t count) virtio_dev_tx_packed_compliant() argument
3594 rte_vhost_dequeue_burst(int vid,uint16_t queue_id,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count) rte_vhost_dequeue_burst() argument
3704 async_poll_dequeue_completed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id,bool legacy_ol_flags) async_poll_dequeue_completed() argument
3752 virtio_dev_tx_async_split(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id,bool legacy_ol_flags) virtio_dev_tx_async_split() argument
3903 virtio_dev_tx_async_split_legacy(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) virtio_dev_tx_async_split_legacy() argument
3916 virtio_dev_tx_async_split_compliant(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,int16_t dma_id,uint16_t vchan_id) virtio_dev_tx_async_split_compliant() argument
3947 virtio_dev_tx_async_single_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf * pkts,uint16_t slot_idx,bool legacy_ol_flags) virtio_dev_tx_async_single_packed() argument
4001 virtio_dev_tx_async_packed_batch(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf ** pkts,uint16_t slot_idx,uint16_t dma_id,uint16_t vchan_id) virtio_dev_tx_async_packed_batch() argument
4059 virtio_dev_tx_async_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,uint16_t dma_id,uint16_t vchan_id,bool legacy_ol_flags) virtio_dev_tx_async_packed() argument
4172 virtio_dev_tx_async_packed_legacy(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,uint16_t dma_id,uint16_t vchan_id) virtio_dev_tx_async_packed_legacy() argument
4184 virtio_dev_tx_async_packed_compliant(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,uint16_t dma_id,uint16_t vchan_id) virtio_dev_tx_async_packed_compliant() argument
4195 rte_vhost_async_try_dequeue_burst(int vid,uint16_t queue_id,struct rte_mempool * mbuf_pool,struct rte_mbuf ** pkts,uint16_t count,int * nr_inflight,int16_t dma_id,uint16_t vchan_id) rte_vhost_async_try_dequeue_burst() argument
[all...]
/dpdk/examples/l3fwd/
H A Dl3fwd_acl_scalar.h59 send_packets_single(struct lcore_conf * qconf,struct rte_mbuf * pkts[],uint16_t hops[],uint32_t nb_tx) send_packets_single() argument
84 l3fwd_acl_send_packets(struct lcore_conf * qconf,struct rte_mbuf * pkts[],uint32_t res[],uint32_t nb_tx) l3fwd_acl_send_packets() argument
/dpdk/examples/vhost/
H A Dvirtio_net.c189 struct rte_mbuf **pkts, uint32_t count) in vs_enqueue_pkts()
246 struct rte_mbuf **pkts, uint32_t count) in builtin_enqueue_pkts()
378 struct rte_mempool *mbuf_pool, struct rte_mbuf **pkts, uint16_t count) in vs_dequeue_pkts()
457 struct rte_mempool *mbuf_pool, struct rte_mbuf **pkts, uint16_t count) in builtin_dequeue_pkts()
/dpdk/app/test/
H A Dtest_table_pipeline.c79 __rte_unused struct rte_mbuf **pkts, in table_action_0x00()
92 __rte_unused struct rte_mbuf **pkts, in table_action_stub_hit()
107 __rte_unused struct rte_mbuf **pkts, in table_action_stub_miss()
H A Dtest_link_bonding_mode4.c191 free_pkts(struct rte_mbuf **pkts, uint16_t count) in free_pkts()
786 struct rte_mbuf *pkts[MAX_PKT_BURST]; in generate_and_put_packets() local
810 struct rte_mbuf *pkts[MAX_PKT_BURST]; in test_mode4_rx() local
1002 struct rte_mbuf *pkts[MAX_PKT_BURST]; in test_mode4_tx_burst() local
1190 struct rte_mbuf *pkts[MAX_PKT_BURST]; in test_mode4_marker() local
1277 struct rte_mbuf *pkts[MAX_PKT_BURST]; in test_mode4_expired() local
/dpdk/lib/port/
H A Drte_port_ring.c82 rte_port_ring_reader_rx(void *port, struct rte_mbuf **pkts, uint32_t n_pkts) in rte_port_ring_reader_rx()
95 rte_port_ring_multi_reader_rx(void *port, struct rte_mbuf **pkts, in rte_port_ring_multi_reader_rx()
271 struct rte_mbuf **pkts, in rte_port_ring_writer_tx_bulk_internal()
333 struct rte_mbuf **pkts, in rte_port_ring_writer_tx_bulk()
341 struct rte_mbuf **pkts, in rte_port_ring_multi_writer_tx_bulk()
587 struct rte_mbuf **pkts, in rte_port_ring_writer_nodrop_tx_bulk_internal()
661 struct rte_mbuf **pkts, in rte_port_ring_writer_nodrop_tx_bulk()
670 struct rte_mbuf **pkts, in rte_port_ring_multi_writer_nodrop_tx_bulk()
H A Drte_swx_port_ring.c34 struct rte_mbuf **pkts; member
174 struct rte_mbuf **pkts; member
227 struct rte_mbuf **pkts = p->pkts; in __writer_flush() local
H A Drte_port_frag.c48 struct rte_mbuf *pkts[RTE_PORT_IN_BURST_SIZE_MAX]; member
129 struct rte_mbuf **pkts, in rte_port_ring_reader_frag_rx()
H A Drte_swx_port_ethdev.c41 struct rte_mbuf **pkts; member
174 struct rte_mbuf **pkts; member
222 struct rte_mbuf **pkts = p->pkts; in __writer_flush() local
/dpdk/lib/distributor/
H A Drte_distributor.c88 unsigned int worker_id, struct rte_mbuf **pkts) in rte_distributor_poll_pkt()
132 unsigned int worker_id, struct rte_mbuf **pkts, in rte_distributor_get_pkt()
293 struct rte_mbuf *pkts[RTE_DIST_BURST_SIZE * 2]; in handle_worker_shutdown() local
482 unsigned int pkts; in rte_distributor_process() local
/dpdk/app/test-pmd/
H A Dmacswap.h11 do_macswap(struct rte_mbuf *pkts[], uint16_t nb, in do_macswap()
H A Dmacswap_common.h24 vlan_qinq_set(struct rte_mbuf *pkts[], uint16_t nb, in vlan_qinq_set()
H A Dmacswap_neon.h16 do_macswap(struct rte_mbuf *pkts[], uint16_t nb, in do_macswap()
/dpdk/lib/ethdev/
H A Dethdev_profile.c19 __rte_unused struct rte_mbuf *pkts[], uint16_t nb_pkts, in profile_hook_rx_burst_cb()
/dpdk/lib/table/
H A Drte_table_hash_lru.c402 struct rte_mbuf **pkts, in rte_table_hash_lru_lookup_unoptimized()
606 #define lookup2_stage0(t, g, pkts, pkts_mask, pkt00_index, pkt01_index)\ argument
626 #define lookup2_stage0_with_odd_support(t, g, pkts, pkts_mask, pkt00_index, \ argument
650 #define lookup2_stage1(t, g, pkts, pkt10_index, pkt11_index)\ argument
731 #define lookup2_stage3(t, g, pkts, pkt30_index, pkt31_index, pkts_mask_out, \ argument
803 struct rte_mbuf **pkts, in rte_table_hash_lru_lookup()
H A Drte_table_hash_ext.c467 struct rte_mbuf **pkts, in rte_table_hash_ext_lookup_unoptimized()
669 #define lookup2_stage0(t, g, pkts, pkts_mask, pkt00_index, pkt01_index) \ argument
689 #define lookup2_stage0_with_odd_support(t, g, pkts, pkts_mask, pkt00_index, \ argument
712 #define lookup2_stage1(t, g, pkts, pkt10_index, pkt11_index) \ argument
793 #define lookup2_stage3(t, g, pkts, pkt30_index, pkt31_index, pkts_mask_out, \ argument
851 struct rte_mbuf **pkts, in rte_table_hash_ext_lookup()
/dpdk/examples/rxtx_callbacks/
H A Dmain.c59 struct rte_mbuf **pkts, uint16_t nb_pkts, in add_timestamps()
74 struct rte_mbuf **pkts, uint16_t nb_pkts, void *_ __rte_unused) in calc_latency()
/dpdk/lib/gso/
H A Dgso_common.c32 free_gso_segment(struct rte_mbuf **pkts, uint16_t nb_pkts) in free_gso_segment()

12345