Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev.h96 rte_ioat_enqueue_copy(int dev_id, phys_addr_t src, phys_addr_t dst,
H A Dioat_rawdev_test.c59 if (rte_ioat_enqueue_copy(dev_id, in test_enqueue_copies()
110 if (rte_ioat_enqueue_copy(dev_id, in test_enqueue_copies()
H A Drte_ioat_rawdev_fns.h534 rte_ioat_enqueue_copy(int dev_id, phys_addr_t src, phys_addr_t dst, in rte_ioat_enqueue_copy() function
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst193 ``rte_ioat_enqueue_copy()`` and ``rte_ioat_perform_ops()`` should be used.
197 The ``rte_ioat_enqueue_copy()`` function enqueues a single copy to the
206 While the ``rte_ioat_enqueue_copy()`` function enqueues a copy operation on
234 if (rte_ioat_enqueue_copy(dev_id,
240 printf("Error with rte_ioat_enqueue_copy for buffer %u\n",
295 than the ``rte_ioat_enqueue_copy()`` function.
/f-stack/dpdk/examples/vhost/
H A Dioat.c150 rte_ioat_enqueue_copy(dev_id, in ioat_transfer_data_cb()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst435 ``rte_ioat_enqueue_copy()``. When all received packets are in the
437 Function ``rte_ioat_enqueue_copy()`` operates on physical address of
467 ret = rte_ioat_enqueue_copy(dev_id,
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c363 ret = rte_ioat_enqueue_copy(dev_id, in ioat_enqueue_packets()