Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c81 if (type == RTE_COMP_COMPRESS) { in main_loop()
83 .type = RTE_COMP_COMPRESS, in main_loop()
305 if (type == RTE_COMP_COMPRESS) in main_loop()
367 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_throughput_test_runner()
H A Dcomp_perf_test_verify.c84 if (type == RTE_COMP_COMPRESS) { in main_loop()
86 .type = RTE_COMP_COMPRESS, in main_loop()
398 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) { in cperf_verify_test_runner()
H A Dcomp_perf_test_cyclecount.c191 if (type == RTE_COMP_COMPRESS) { in main_loop()
193 .type = RTE_COMP_COMPRESS, in main_loop()
521 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) in cperf_cyclecount_test_runner()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h190 RTE_COMP_COMPRESS, enumerator
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c37 if (xform->type == RTE_COMP_COMPRESS) { in isal_comp_set_priv_xform_parameters()
39 priv_xform->type = RTE_COMP_COMPRESS; in isal_comp_set_priv_xform_parameters()
614 case RTE_COMP_COMPRESS: in process_op()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c232 case RTE_COMP_COMPRESS: in zlib_set_stream_parameters()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c1010 if (xform->type == RTE_COMP_COMPRESS) { in qat_comp_private_xform_create()
1121 if (unlikely(xform->type == RTE_COMP_COMPRESS)) { in qat_comp_stream_create()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c136 if (xform->type == RTE_COMP_COMPRESS) { in zip_set_stream_parameters()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst350 .type = RTE_COMP_COMPRESS,
493 .type = RTE_COMP_COMPRESS,
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c275 ts_params->def_comp_xform->type = RTE_COMP_COMPRESS; in testsuite_setup()