Home
last modified time | relevance | path

Searched defs:mbuf_pool (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c29 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init()
152 struct rte_mempool *mbuf_pool; in main() local
/dpdk/examples/skeleton/
H A Dbasicfwd.c30 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init()
175 struct rte_mempool *mbuf_pool; in main() local
/dpdk/examples/vhost/
H A Dvirtio_net.c254 struct rte_mempool *mbuf_pool) in dequeue_pkt()
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()
H A Dmain.c89 static struct rte_mempool *mbuf_pool; variable
1423 struct rte_mempool *mbuf_pool, in async_dequeue_pkts()
1437 struct rte_mempool *mbuf_pool, in sync_dequeue_pkts()
/dpdk/examples/vm_power_manager/
H A Dmain.c54 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init()
332 struct rte_mempool *mbuf_pool; in main() local
/dpdk/examples/bond/
H A Dmain.c105 static struct rte_mempool *mbuf_pool; variable
123 member_port_init(uint16_t portid, struct rte_mempool *mbuf_pool) in member_port_init()
208 bond_port_init(struct rte_mempool *mbuf_pool) in bond_port_init()
/dpdk/lib/vhost/
H A Dvirtio_net.c2893 desc_to_mbuf(struct virtio_net * dev,struct vhost_virtqueue * vq,struct buf_vector * buf_vec,uint16_t nr_vec,struct rte_mbuf * m,struct rte_mempool * mbuf_pool,bool legacy_ol_flags,uint16_t slot_idx,bool is_async) desc_to_mbuf() 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
3196 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
3207 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
3408 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
3460 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
3520 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
3573 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
3584 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
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
3902 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
3915 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
3946 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
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/rxtx_callbacks/
H A Dmain.c121 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init()
285 struct rte_mempool *mbuf_pool; in main() local
/dpdk/app/test/
H A Dtest_ethdev_api.c24 struct rte_mempool *mbuf_pool; in ethdev_api_queue_status() local
H A Dtest_ipsec_perf.c41 struct rte_mempool *mbuf_pool, *cop_pool; variable
H A Dtest_cryptodev_crosscheck.c68 struct rte_mempool *mbuf_pool; member
/dpdk/examples/vmdq/
H A Dmain.c172 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init()
601 struct rte_mempool *mbuf_pool; in main() local
/dpdk/examples/vmdq_dcb/
H A Dmain.c189 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init()
639 struct rte_mempool *mbuf_pool; in main() local
/dpdk/examples/flow_filtering/
H A Dmain.c36 struct rte_mempool *mbuf_pool; global() variable
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c287 port_init(uint8_t port,struct rte_mempool * mbuf_pool) port_init() argument
H A Dpipeline_worker_tx.c640 port_init(uint8_t port,struct rte_mempool * mbuf_pool) port_init() argument
/dpdk/examples/distributor/
H A Dmain.c111 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() argument
772 struct rte_mempool *mbuf_pool; in main() local
[all...]
/dpdk/app/test-regex/
H A Dmain.c325 regex_create_segmented_mbuf(struct rte_mempool *mbuf_pool, int pkt_len, in regex_create_segmented_mbuf()
422 char mbuf_pool[16]; in run_regex() local
/dpdk/examples/qos_sched/
H A Dmain.h94 struct rte_mempool *mbuf_pool; member
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c173 smp_port_init(uint16_t port, struct rte_mempool *mbuf_pool, in smp_port_init()
/dpdk/examples/ptpclient/
H A Dptpclient.c49 struct rte_mempool *mbuf_pool; variable
176 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() argument
/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c35 struct rte_mempool *mbuf_pool; member
/dpdk/drivers/net/bonding/
H A Deth_bond_8023ad_private.h132 struct rte_mempool *mbuf_pool; member
/dpdk/examples/packet_ordering/
H A Dmain.c46 static struct rte_mempool *mbuf_pool; variable
/dpdk/examples/dma/
H A Ddmafwd.c881 port_init(uint16_t portid, struct rte_mempool *mbuf_pool, uint16_t nb_queues) in port_init()

12