Home
last modified time | relevance | path

Searched refs:rte_dma_submit (Results 1 – 9 of 9) sorted by relevance

/dpdk/app/test/
H A Dtest_dmadev.c102 rte_dma_submit(dev_id, vchan); in do_multi_copies()
117 rte_dma_submit(dev_id, vchan); in do_multi_copies()
310 rte_dma_submit(dev_id, vchan); in test_failure_in_full_burst()
400 rte_dma_submit(dev_id, vchan); in test_individual_status_query_with_failure()
463 rte_dma_submit(dev_id, vchan); in test_single_item_status_query_with_failure()
526 rte_dma_submit(dev_id, vchan); in test_multi_failure()
562 rte_dma_submit(dev_id, vchan); in test_multi_failure()
706 if (rte_dma_submit(dev_id, vchan) < 0) in test_burst_capacity()
H A Dtest_dmadev_api.c452 ret = rte_dma_submit(test_dev_id, 0); in test_dma_completed()
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst81 The ``rte_dma_submit`` API is used to issue doorbell to hardware.
100 rte_dma_submit(dev_id, vchan);
/dpdk/lib/dmadev/
H A Drte_dmadev.h986 rte_dma_submit(int16_t dev_id, uint16_t vchan) in rte_dma_submit() function
/dpdk/doc/guides/dmadevs/
H A Dioat.rst96 device via multiple enqueue calls between calls to the ``rte_dma_submit()`` function.
H A Didxd.rst184 device via multiple enqueue calls between calls to the ``rte_dma_submit()`` function.
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst279 buffer the copy operations are started by calling ``rte_dma_submit()``.
/dpdk/examples/dma/
H A Ddmafwd.c350 rte_dma_submit(dev_id, 0); in dma_enqueue()
/dpdk/lib/vhost/
H A Dvirtio_net.c122 rte_dma_submit(dma_id, vchan_id); in vhost_async_dma_transfer()