Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c71 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 Drte_ioat_rawdev.h165 rte_ioat_completed_ops(int dev_id, uint8_t max_copies,
H A Drte_ioat_rawdev_fns.h570 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 Dioat.rst195 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 Dioat.c188 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 Dioat.rst493 hardware copy mode the function invokes ``rte_ioat_completed_ops()``
513 nb_dq = rte_ioat_completed_ops(
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c451 nb_dq = rte_ioat_completed_ops( in ioat_tx_port()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst373 and renamed the ``rte_ioat_completed_copies()`` API to ``rte_ioat_completed_ops()``
643 ``rte_ioat_perform_ops()`` and ``rte_ioat_completed_ops()`` respectively.