Searched refs:rte_ioat_enqueue_copy (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | rte_ioat_rawdev.h | 96 rte_ioat_enqueue_copy(int dev_id, phys_addr_t src, phys_addr_t dst,
|
| H A D | ioat_rawdev_test.c | 59 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 D | rte_ioat_rawdev_fns.h | 534 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 D | ioat.rst | 193 ``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 D | ioat.c | 150 rte_ioat_enqueue_copy(dev_id, in ioat_transfer_data_cb()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ioat.rst | 435 ``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 D | ioatfwd.c | 363 ret = rte_ioat_enqueue_copy(dev_id, in ioat_enqueue_packets()
|