Home
last modified time | relevance | path

Searched refs:RTE_COMP_DECOMPRESS (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h192 RTE_COMP_DECOMPRESS, enumerator
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c98 .type = RTE_COMP_DECOMPRESS, in main_loop()
374 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) { in cperf_throughput_test_runner()
H A Dcomp_perf_test_verify.c103 .type = RTE_COMP_DECOMPRESS, in main_loop()
403 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) { in cperf_verify_test_runner()
H A Dcomp_perf_test_cyclecount.c208 .type = RTE_COMP_DECOMPRESS, in main_loop()
535 if (main_loop(ctx, RTE_COMP_DECOMPRESS) < 0) in cperf_cyclecount_test_runner()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c179 else if (xform->type == RTE_COMP_DECOMPRESS) { in isal_comp_set_priv_xform_parameters()
182 priv_xform->type = RTE_COMP_DECOMPRESS; in isal_comp_set_priv_xform_parameters()
617 case RTE_COMP_DECOMPRESS: in process_op()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c292 case RTE_COMP_DECOMPRESS: in zlib_set_stream_parameters()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c172 } else if (xform->type == RTE_COMP_DECOMPRESS) { in zip_set_stream_parameters()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c283 ts_params->def_decomp_xform->type = RTE_COMP_DECOMPRESS; in testsuite_setup()