Home
last modified time | relevance | path

Searched refs:rte_dma_copy (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_dmadev.c113 if (rte_dma_copy(dev_id, vchan, srcs[i]->buf_iova + srcs[i]->data_off, in do_multi_copies()
196 id = rte_dma_copy(dev_id, vchan, rte_pktmbuf_iova(src), rte_pktmbuf_iova(dst), in test_enqueue_copies()
246 if (rte_dma_copy(dev_id, vchan, in test_enqueue_copies()
301 int id = rte_dma_copy(dev_id, vchan, in test_failure_in_full_burst()
391 int id = rte_dma_copy(dev_id, vchan, in test_individual_status_query_with_failure()
454 int id = rte_dma_copy(dev_id, vchan, in test_single_item_status_query_with_failure()
520 int id = rte_dma_copy(dev_id, vchan, in test_multi_failure()
556 int id = rte_dma_copy(dev_id, vchan, in test_multi_failure()
698 ret = rte_dma_copy(dev_id, vchan, rte_pktmbuf_iova(src), in test_burst_capacity()
H A Dtest_dmadev_api.c444 ret = rte_dma_copy(test_dev_id, 0, (rte_iova_t)src, (rte_iova_t)dst, in test_dma_completed()
466 ret = rte_dma_copy(test_dev_id, 0, (rte_iova_t)src, (rte_iova_t)dst, in test_dma_completed()
501 ret = rte_dma_copy(test_dev_id, 0, (rte_iova_t)src, (rte_iova_t)dst, in test_dma_completed_status()
520 ret = rte_dma_copy(test_dev_id, 0, (rte_iova_t)src, (rte_iova_t)dst, in test_dma_completed_status()
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst76 Enqueue APIs such as ``rte_dma_copy`` and ``rte_dma_fill`` can be used to
94 if (rte_dma_copy(dev_id, vchan, rte_pktmbuf_iova(srcs[i]),
96 PRINT_ERR("Error with rte_dma_copy for buffer %u\n", i);
/dpdk/lib/dmadev/
H A Drte_dmadev.h855 rte_dma_copy(int16_t dev_id, uint16_t vchan, rte_iova_t src, rte_iova_t dst, in rte_dma_copy() function
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst278 ``rte_dma_copy()``. When all received packets are in the
280 Function ``rte_dma_copy()`` operates on physical address of
/dpdk/examples/dma/
H A Ddmafwd.c321 ret = rte_dma_copy(dev_id, 0, in dma_enqueue_packets()
/dpdk/lib/vhost/
H A Dvirtio_net.c69 copy_idx = rte_dma_copy(dma_id, vchan_id, (rte_iova_t)iov[i].src_addr, in vhost_async_dma_transfer_one()