Home
last modified time | relevance | path

Searched refs:rte_ioat_completed_ops (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c76 if (rte_ioat_completed_ops(dev_id, half_len, NULL, NULL, in do_multi_copies()
83 if (rte_ioat_completed_ops(dev_id, half_len, NULL, NULL, in do_multi_copies()
92 if (rte_ioat_completed_ops(dev_id, RTE_DIM(completed_src), NULL, NULL, in do_multi_copies()
157 if (rte_ioat_completed_ops(dev_id, 1, NULL, NULL, (void *)&completed[0], in test_enqueue_copies()
178 if (rte_ioat_completed_ops(dev_id, 1, NULL, NULL, (void *)&completed[0], in test_enqueue_copies()
216 if (rte_ioat_completed_ops(dev_id, max_completions, NULL, NULL, in test_enqueue_copies()
335 if (rte_ioat_completed_ops(dev_id, BURST_SIZE, in test_burst_capacity()
390 if (rte_ioat_completed_ops(dev_id, COMP_BURST_SZ, status, &not_ok, in test_completion_status()
439 if (rte_ioat_completed_ops(dev_id, COMP_BURST_SZ, status, &not_ok, in test_completion_status()
483 if (rte_ioat_completed_ops(dev_id, COMP_BURST_SZ / 2, status, &not_ok, in test_completion_status()
[all …]
H A Drte_ioat_rawdev.h203 rte_ioat_completed_ops(int dev_id, uint8_t max_copies,
H A Drte_ioat_rawdev_fns.h347 rte_ioat_completed_ops(int dev_id, uint8_t max_copies, in rte_ioat_completed_ops() function
375 return rte_ioat_completed_ops(dev_id, max_copies, NULL, NULL, in rte_ioat_completed_copies()
/dpdk/doc/guides/rawdevs/
H A Dioat.rst218 the application calls ``rte_ioat_completed_ops()``.
271 ``rte_ioat_completed_ops()`` should be used. This API will return to the
281 if (rte_ioat_completed_ops(dev_id, 64, (void *)completed_src,
283 printf("Error with rte_ioat_completed_ops\n");
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst326 and renamed the ``rte_ioat_completed_copies()`` API to ``rte_ioat_completed_ops()``
575 ``rte_ioat_perform_ops()`` and ``rte_ioat_completed_ops()`` respectively.
H A Drelease_21_05.rst321 * raw/ioat: The experimental function ``rte_ioat_completed_ops()`` now