Home
last modified time | relevance | path

Searched refs:RTE_COMP_OP_STATUS_SUCCESS (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c55 op->status = RTE_COMP_OP_STATUS_SUCCESS; in process_zlib_deflate()
94 case RTE_COMP_OP_STATUS_SUCCESS: in process_zlib_deflate()
133 op->status = RTE_COMP_OP_STATUS_SUCCESS; in process_zlib_inflate()
180 case RTE_COMP_OP_STATUS_SUCCESS: in process_zlib_inflate()
/dpdk/drivers/compress/qat/
H A Dqat_comp.c684 rx_op->status = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
716 rx_op->status = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
725 if (pc->error == RTE_COMP_OP_STATUS_SUCCESS) { in qat_comp_process_response()
738 rx_op->status = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
773 pc->error = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
/dpdk/lib/compressdev/
H A Drte_comp.h72 RTE_COMP_OP_STATUS_SUCCESS = 0, enumerator
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c219 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
273 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
H A Dcomp_perf_test_verify.c231 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
316 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
H A Dcomp_perf_test_cyclecount.c362 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
420 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c419 op->status = RTE_COMP_OP_STATUS_SUCCESS; in process_isal_deflate()
537 op->status = RTE_COMP_OP_STATUS_SUCCESS; in process_isal_inflate()
650 ops[i]->status != RTE_COMP_OP_STATUS_SUCCESS) { in isal_comp_pmd_enqueue_burst()
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c77 op->status = RTE_COMP_OP_STATUS_SUCCESS; in zip_process_op()
94 case RTE_COMP_OP_STATUS_SUCCESS: in zip_process_op()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst206 - RTE_COMP_OP_STATUS_SUCCESS,
243 - If status is RTE_COMP_OP_STATUS_SUCCESS,
414 processed i.e. dequeued with status = RTE_COMP_OP_STATUS_SUCCESS.
419 processed i.e. dequeued with status = RTE_COMP_OP_STATUS_SUCCESS.
565 with status = RTE_COMP_OP_STATUS_SUCCESS.
571 with status = RTE_COMP_OP_STATUS_SUCCESS.
/dpdk/app/test/
H A Dtest_compressdev.c561 op->status = RTE_COMP_OP_STATUS_SUCCESS; in compress_zlib()
673 op->status = RTE_COMP_OP_STATUS_SUCCESS; in decompress_zlib()
1473 if (ops_processed[i]->status != RTE_COMP_OP_STATUS_SUCCESS) { in test_deflate_comp_finalize()
1793 RTE_COMP_OP_STATUS_SUCCESS)) { in test_deflate_decomp_finalize()
1816 RTE_COMP_OP_STATUS_SUCCESS) { in test_deflate_decomp_finalize()
1863 RTE_COMP_OP_STATUS_SUCCESS) { in test_deflate_decomp_finalize()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c626 op->status = RTE_COMP_OP_STATUS_SUCCESS; in mlx5_compress_dequeue_burst()