Home
last modified time | relevance | path

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

/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()
369 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.c190 if (type == RTE_COMP_COMPRESS) { in main_loop()
192 .type = RTE_COMP_COMPRESS, in main_loop()
522 if (main_loop(ctx, RTE_COMP_COMPRESS) < 0) in cperf_cyclecount_test_runner()
/dpdk/lib/compressdev/
H A Drte_comp.h189 RTE_COMP_COMPRESS, enumerator
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c38 if (xform->type == RTE_COMP_COMPRESS) { in isal_comp_set_priv_xform_parameters()
40 priv_xform->type = RTE_COMP_COMPRESS; in isal_comp_set_priv_xform_parameters()
618 case RTE_COMP_COMPRESS: in process_op()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c291 case RTE_COMP_COMPRESS: in mlx5_compress_xform_create()
335 case RTE_COMP_COMPRESS: in mlx5_compress_xform_create()
501 (xform->type == RTE_COMP_COMPRESS && in mlx5_compress_enqueue_burst()
/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c232 case RTE_COMP_COMPRESS: in zlib_set_stream_parameters()
/dpdk/drivers/compress/qat/
H A Dqat_comp.c978 if (xform->type == RTE_COMP_COMPRESS) { in qat_comp_private_xform_create()
1092 if (unlikely(xform->type == RTE_COMP_COMPRESS)) { in qat_comp_stream_create()
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c138 if (xform->type == RTE_COMP_COMPRESS) { in zip_set_stream_parameters()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst350 .type = RTE_COMP_COMPRESS,
493 .type = RTE_COMP_COMPRESS,
/dpdk/app/test/
H A Dtest_compressdev.c275 ts_params->def_comp_xform->type = RTE_COMP_COMPRESS; in testsuite_setup()