Home
last modified time | relevance | path

Searched refs:rte_ioat_enqueue_copy (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c59 if (rte_ioat_enqueue_copy(dev_id, in do_multi_copies()
145 if (rte_ioat_enqueue_copy(dev_id, in test_enqueue_copies()
203 if (rte_ioat_enqueue_copy(dev_id, in test_enqueue_copies()
321 if (rte_ioat_enqueue_copy(dev_id, rte_pktmbuf_iova(src), in test_burst_capacity()
376 if (rte_ioat_enqueue_copy(dev_id, in test_completion_status()
423 if (rte_ioat_enqueue_copy(dev_id, in test_completion_status()
469 if (rte_ioat_enqueue_copy(dev_id, in test_completion_status()
528 if (rte_ioat_enqueue_copy(dev_id, in test_completion_status()
H A Drte_ioat_rawdev.h100 rte_ioat_enqueue_copy(int dev_id, phys_addr_t src, phys_addr_t dst,
H A Drte_ioat_rawdev_fns.h311 rte_ioat_enqueue_copy(int dev_id, phys_addr_t src, phys_addr_t dst, in rte_ioat_enqueue_copy() function
/dpdk/doc/guides/rawdevs/
H A Dioat.rst216 ``rte_ioat_enqueue_copy()`` and ``rte_ioat_perform_ops()`` should be used.
220 The ``rte_ioat_enqueue_copy()`` function enqueues a single copy to the
229 While the ``rte_ioat_enqueue_copy()`` function enqueues a copy operation on
257 if (rte_ioat_enqueue_copy(dev_id,
263 printf("Error with rte_ioat_enqueue_copy for buffer %u\n",
318 than the ``rte_ioat_enqueue_copy()`` function.