Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c68 rte_ioat_perform_ops(dev_id); in test_enqueue_copies()
121 rte_ioat_perform_ops(dev_id); in test_enqueue_copies()
180 rte_ioat_perform_ops(dev_id); in test_enqueue_fill()
H A Drte_ioat_rawdev.h130 rte_ioat_perform_ops(int dev_id);
H A Drte_ioat_rawdev_fns.h559 rte_ioat_perform_ops(int dev_id) in rte_ioat_perform_ops() function
585 rte_ioat_do_copies(int dev_id) { rte_ioat_perform_ops(dev_id); } in rte_ioat_do_copies()
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst193 ``rte_ioat_enqueue_copy()`` and ``rte_ioat_perform_ops()`` should be used.
208 application calls the ``rte_ioat_perform_ops()`` function. This function
212 enqueue calls between calls to the ``rte_ioat_perform_ops()`` function.
245 rte_ioat_perform_ops(dev_id);
/f-stack/dpdk/examples/vhost/
H A Dioat.c169 rte_ioat_perform_ops(dev_id); in ioat_transfer_data_cb()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst397 rte_ioat_perform_ops(rx_config->ioat_ids[i]);
436 buffer the copy operations are started by calling ``rte_ioat_perform_ops()``.
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c405 rte_ioat_perform_ops(rx_config->ioat_ids[i]); in ioat_rx_port()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst372 * Renamed the ``rte_ioat_do_copies()`` API to ``rte_ioat_perform_ops()``,
643 ``rte_ioat_perform_ops()`` and ``rte_ioat_completed_ops()`` respectively.