Searched refs:submitted (Results 1 – 19 of 19) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 53 printf("Ops submitted: %"PRIu64"\t", stats.submitted); in runtest() 57 if (stats.completed != stats.submitted) in runtest() 312 if (stats.submitted != baseline.submitted + COMP_BURST_SZ) in test_failure_in_full_burst() 314 stats.submitted, baseline.submitted + COMP_BURST_SZ); in test_failure_in_full_burst() 781 if (stats.completed != 0 || stats.submitted != 0 || stats.errors != 0) in test_dmadev_instance() 784 stats.completed, stats.submitted, stats.errors); in test_dmadev_instance()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | dmadev.rst | 30 * The DMA operation request must be submitted to the virtual DMA channel. 118 * ``submitted``: The number of operations submitted to the device.
|
| H A D | vhost_lib.rst | 261 by async data path. Applications must not free the packets submitted for 282 Clear inflight packets which are submitted to DMA engine in vhost async data
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | hisi_dmadev.c | 407 hw->submitted = 0; in hisi_dma_start() 443 stats->submitted = hw->submitted; in hisi_dma_stats_get() 456 hw->submitted = 0; in hisi_dma_stats_reset() 578 hw->submitted, hw->completed, hw->errors, hw->qfulls); in hisi_dma_dump() 607 hw->submitted++; in hisi_dma_copy()
|
| H A D | hisi_dmadev.h | 241 uint64_t submitted; member
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | cnxk_dmadev.c | 274 dpivf->stats.submitted++; in cnxk_dmadev_copy() 340 dpivf->stats.submitted += nb_src; in cnxk_dmadev_copy_sg() 406 dpivf->stats.submitted++; in cnxk_dmadev_submit()
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 12 When a burst of mbufs is submitted to a *bbdev null PMD* for processing then
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 13 When a burst of mbufs is submitted to a Null Crypto PMD for processing then
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.h | 616 uint64_t submitted; member
|
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_dmadev.c | 228 ioat->stats.submitted += (uint16_t)(ioat->next_write - ioat->last_write); in __submit() 361 ioat->stats.submitted, in __dev_dump()
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 149 printf("\n\t Total submitted ops: %"PRIu64"", stats.submitted); in print_dmadev_stats() 246 delta_ts.total_submitted += stats.submitted; in print_stats()
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 622 fsl_queue->stats.submitted++; in fsl_qdma_enqueue_desc() 760 fsl_queue->stats.submitted++; in dpaa_qdma_submit()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 284 stats->submitted = hw->submitted_count; in skeldma_stats_get()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 68 idxd->stats.submitted += idxd->batch_size; in __submit()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_08.rst | 75 Added an API which can clear the inflight packets submitted to
|
| H A D | release_19_02.rst | 284 completely, but based on information on defect submitted to GCC community [3],
|
| H A D | release_18_11.rst | 248 policies to be submitted via a FIFO using JSON formatted strings. Previously
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 410 making regression checking automatic for new patches submitted to the project.
|
| H A D | patches.rst | 546 Once submitted your patches will appear on the mailing list and in Patchwork.
|