Searched refs:rte_ioat_completed_ops (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 76 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, ¬_ok, in test_completion_status() 439 if (rte_ioat_completed_ops(dev_id, COMP_BURST_SZ, status, ¬_ok, in test_completion_status() 483 if (rte_ioat_completed_ops(dev_id, COMP_BURST_SZ / 2, status, ¬_ok, in test_completion_status() [all …]
|
| H A D | rte_ioat_rawdev.h | 203 rte_ioat_completed_ops(int dev_id, uint8_t max_copies,
|
| H A D | rte_ioat_rawdev_fns.h | 347 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 D | ioat.rst | 218 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 D | release_20_11.rst | 326 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 D | release_21_05.rst | 321 * raw/ioat: The experimental function ``rte_ioat_completed_ops()`` now
|