Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h73 RTE_COMP_OP_STATUS_SUCCESS = 0, enumerator
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c682 rx_op->status = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
714 rx_op->status = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
723 if (pc->error == RTE_COMP_OP_STATUS_SUCCESS) { in qat_comp_process_response()
736 rx_op->status = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
771 pc->error = RTE_COMP_OP_STATUS_SUCCESS; in qat_comp_process_response()
/f-stack/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.c363 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
421 RTE_COMP_OP_STATUS_SUCCESS) { in main_loop()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c415 op->status = RTE_COMP_OP_STATUS_SUCCESS; in process_isal_deflate()
533 op->status = RTE_COMP_OP_STATUS_SUCCESS; in process_isal_inflate()
646 ops[i]->status != RTE_COMP_OP_STATUS_SUCCESS) { in isal_comp_pmd_enqueue_burst()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c77 op->status = RTE_COMP_OP_STATUS_SUCCESS; in zip_process_op()
92 case RTE_COMP_OP_STATUS_SUCCESS: in zip_process_op()
/f-stack/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.
/f-stack/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()
1474 if (ops_processed[i]->status != RTE_COMP_OP_STATUS_SUCCESS) { in test_deflate_comp_finalize()
1795 RTE_COMP_OP_STATUS_SUCCESS)) { in test_deflate_decomp_finalize()
1818 RTE_COMP_OP_STATUS_SUCCESS) { in test_deflate_decomp_finalize()
1865 RTE_COMP_OP_STATUS_SUCCESS) { in test_deflate_decomp_finalize()