Searched refs:has_error (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.h | 1025 uint16_t *last_idx, bool *has_error) in rte_dma_completed() argument 1047 if (has_error == NULL) in rte_dma_completed() 1048 has_error = &err; in rte_dma_completed() 1050 *has_error = false; in rte_dma_completed() 1052 has_error); in rte_dma_completed()
|
| H A D | rte_dmadev_core.h | 43 uint16_t *last_idx, bool *has_error);
|
| H A D | rte_dmadev.c | 829 __rte_unused uint16_t *last_idx, __rte_unused bool *has_error) in dummy_completed() argument
|
| /dpdk/app/test/ |
| H A D | test_dmadev_api.c | 430 bool has_error = true; in test_dma_completed() local 448 cpl_ret = rte_dma_completed(test_dev_id, 0, 1, &last_idx, &has_error); in test_dma_completed() 455 cpl_ret = rte_dma_completed(test_dev_id, 0, 1, &last_idx, &has_error); in test_dma_completed() 459 RTE_TEST_ASSERT_EQUAL(has_error, false, "Should have no error"); in test_dma_completed() 470 cpl_ret = rte_dma_completed(test_dev_id, 0, 1, &last_idx, &has_error); in test_dma_completed() 474 RTE_TEST_ASSERT_EQUAL(has_error, false, "Should have no error"); in test_dma_completed()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 228 batch_completed(struct idxd_dmadev *idxd, uint16_t max_ops, bool *has_error) in batch_completed() argument 251 *has_error = true; in batch_completed() 262 *has_error = true; /* we got up to the point of error */ in batch_completed() 371 uint16_t *last_idx, bool *has_error) in idxd_completed() argument 377 batch = batch_completed(idxd, max_ops - ret, has_error); in idxd_completed() 379 } while (batch > 0 && *has_error == false); in idxd_completed()
|
| H A D | idxd_internal.h | 98 uint16_t *last_idx, bool *has_error);
|
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_dmadev.c | 419 uint16_t *last_idx, bool *has_error) in ioat_completed() argument 430 *has_error = true; in ioat_completed() 446 *has_error = true; in ioat_completed()
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | cnxk_dmadev.c | 350 uint16_t *last_idx, bool *has_error) in cnxk_dmadev_completed() argument 361 *has_error = 1; in cnxk_dmadev_completed()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 388 uint16_t *last_idx, bool *has_error) in skeldma_completed() argument 396 RTE_SET_USED(has_error); in skeldma_completed()
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | hisi_dmadev.c | 688 uint16_t *last_idx, bool *has_error) in hisi_dma_completed() argument 700 *has_error = true; in hisi_dma_completed()
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 839 uint16_t *last_idx, bool *has_error) in dpaa_qdma_dequeue() argument 868 *has_error = true; in dpaa_qdma_dequeue()
|
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 139 bool has_error = false; in vhost_async_dma_check_completed() local 148 nr_copies = rte_dma_completed(dma_id, vchan_id, max_pkts, &last_idx, &has_error); in vhost_async_dma_check_completed() 149 if (unlikely(!vhost_async_dma_complete_log && has_error)) { in vhost_async_dma_check_completed()
|