Home
last modified time | relevance | path

Searched refs:rte_ioat_perform_ops (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c50 rte_ioat_perform_ops(dev_id); in do_multi_copies()
70 rte_ioat_perform_ops(dev_id); in do_multi_copies()
154 rte_ioat_perform_ops(dev_id); in test_enqueue_copies()
212 rte_ioat_perform_ops(dev_id); in test_enqueue_copies()
267 rte_ioat_perform_ops(dev_id); in test_enqueue_fill()
331 rte_ioat_perform_ops(dev_id); in test_burst_capacity()
387 rte_ioat_perform_ops(dev_id); in test_completion_status()
435 rte_ioat_perform_ops(dev_id); in test_completion_status()
480 rte_ioat_perform_ops(dev_id); in test_completion_status()
544 rte_ioat_perform_ops(dev_id); in test_completion_status()
H A Drte_ioat_rawdev.h136 rte_ioat_perform_ops(int dev_id);
H A Drte_ioat_rawdev_fns.h336 rte_ioat_perform_ops(int dev_id) in rte_ioat_perform_ops() function
368 rte_ioat_do_copies(int dev_id) { rte_ioat_perform_ops(dev_id); } in rte_ioat_do_copies()
/dpdk/doc/guides/rawdevs/
H A Dioat.rst216 ``rte_ioat_enqueue_copy()`` and ``rte_ioat_perform_ops()`` should be used.
231 application calls the ``rte_ioat_perform_ops()`` function. This function
235 enqueue calls between calls to the ``rte_ioat_perform_ops()`` function.
268 rte_ioat_perform_ops(dev_id);
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst325 * Renamed the ``rte_ioat_do_copies()`` API to ``rte_ioat_perform_ops()``,
575 ``rte_ioat_perform_ops()`` and ``rte_ioat_completed_ops()`` respectively.