Searched refs:rte_dma_completed_status (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 143 int n = rte_dma_completed_status(dev_id, vchan, RTE_DIM(srcs), NULL, sc); in do_multi_copies() 157 rte_dma_completed_status(dev_id, vchan, RTE_DIM(srcs), NULL, sc) : in do_multi_copies() 336 status_count = rte_dma_completed_status(dev_id, vchan, COMP_BURST_SZ, in test_failure_in_full_burst() 344 status_count += rte_dma_completed_status(dev_id, vchan, COMP_BURST_SZ - 1, in test_failure_in_full_burst() 419 uint16_t n = rte_dma_completed_status(dev_id, vchan, 1, &idx, in test_individual_status_query_with_failure() 479 status_count = rte_dma_completed_status(dev_id, vchan, 1, &idx, &status); in test_single_item_status_query_with_failure() 529 count = rte_dma_completed_status(dev_id, vchan, COMP_BURST_SZ, NULL, status); in test_multi_failure() 533 uint16_t ret = rte_dma_completed_status(dev_id, vchan, COMP_BURST_SZ - count, in test_multi_failure() 570 uint16_t ret = rte_dma_completed_status(dev_id, vchan, 1, in test_multi_failure() 720 rte_dma_completed_status(dev_id, vchan, 1, NULL, &status); in test_burst_capacity()
|
| H A D | test_dmadev_api.c | 505 cpl_ret = rte_dma_completed_status(test_dev_id, 0, 1, &last_idx, in test_dma_completed_status() 515 cpl_ret = rte_dma_completed_status(test_dev_id, 0, 1, &last_idx, in test_dma_completed_status() 524 cpl_ret = rte_dma_completed_status(test_dev_id, 0, 1, &last_idx, in test_dma_completed_status()
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | ioat.rst | 99 occurs with an operation. If an error was encountered, ``rte_dma_completed_status()`` must be used 114 copies within a burst and then uses ``rte_dma_completed_status()`` to check 126 status_count = rte_dma_completed_status(dev_id, vchan, COMP_BURST_SZ, &idx, status);
|
| H A D | idxd.rst | 187 occurs in an operation. If an error was encountered, ``rte_dma_completed_status()`` must be used 201 copies within a burst and then using ``rte_dma_completed_status()`` to check 213 status_count = rte_dma_completed_status(dev_id, vchan, COMP_BURST_SZ, &idx, status);
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | dmadev.rst | 103 ``rte_dma_completed_status``, these are used to obtain the results of the 105 completed operations. ``rte_dma_completed_status`` will return the number of
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.h | 1084 rte_dma_completed_status(int16_t dev_id, uint16_t vchan, in rte_dma_completed_status() function
|