Searched refs:rte_ioat_completed_ops (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 71 if (rte_ioat_completed_ops(dev_id, 1, (void *)&completed[0], in test_enqueue_copies() 124 if (rte_ioat_completed_ops(dev_id, 64, (void *)completed_src, in test_enqueue_copies() 183 if (rte_ioat_completed_ops(dev_id, 1, (void *)&completed[0], in test_enqueue_fill()
|
| H A D | rte_ioat_rawdev.h | 165 rte_ioat_completed_ops(int dev_id, uint8_t max_copies,
|
| H A D | rte_ioat_rawdev_fns.h | 570 rte_ioat_completed_ops(int dev_id, uint8_t max_copies, in rte_ioat_completed_ops() function 592 return rte_ioat_completed_ops(dev_id, max_copies, src_hdls, dst_hdls); in rte_ioat_completed_copies()
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | ioat.rst | 195 the application calls ``rte_ioat_completed_ops()``. 248 ``rte_ioat_completed_ops()`` should be used. This API will return to the 258 if (rte_ioat_completed_ops(dev_id, 64, (void *)completed_src, 260 printf("Error with rte_ioat_completed_ops\n");
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | ioat.c | 188 n_seg = rte_ioat_completed_ops(dev_id, 255, dump, dump); in ioat_check_completed_copies_cb()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ioat.rst | 493 hardware copy mode the function invokes ``rte_ioat_completed_ops()`` 513 nb_dq = rte_ioat_completed_ops(
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 451 nb_dq = rte_ioat_completed_ops( in ioat_tx_port()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 373 and renamed the ``rte_ioat_completed_copies()`` API to ``rte_ioat_completed_ops()`` 643 ``rte_ioat_perform_ops()`` and ``rte_ioat_completed_ops()`` respectively.
|