Lines Matching refs:compress
276 ts_params->def_comp_xform->compress.algo = RTE_COMP_ALGO_DEFLATE, in testsuite_setup()
277 ts_params->def_comp_xform->compress.deflate.huffman = in testsuite_setup()
279 ts_params->def_comp_xform->compress.level = RTE_COMP_LEVEL_PMD_DEFAULT; in testsuite_setup()
280 ts_params->def_comp_xform->compress.chksum = RTE_COMP_CHECKSUM_NONE; in testsuite_setup()
281 ts_params->def_comp_xform->compress.window_size = DEFAULT_WINDOW_SIZE; in testsuite_setup()
438 if (xform->compress.deflate.huffman == RTE_COMP_HUFFMAN_FIXED) in compress_zlib()
447 window_bits = -(xform->compress.window_size); in compress_zlib()
448 if (xform->compress.chksum == RTE_COMP_CHECKSUM_ADLER32) in compress_zlib()
450 else if (xform->compress.chksum == RTE_COMP_CHECKSUM_CRC32) in compress_zlib()
453 comp_level = xform->compress.level; in compress_zlib()
548 if (xform->compress.chksum == RTE_COMP_CHECKSUM_ADLER32) { in compress_zlib()
553 } else if (xform->compress.chksum == RTE_COMP_CHECKSUM_CRC32) { in compress_zlib()
1127 ts_params->def_comp_xform->compress.deflate.huffman; in test_setup_output_bufs()
1435 &compress_xforms[xform_idx]->compress; in test_deflate_comp_finalize()
1849 if (compress_xforms[0]->compress.chksum in test_deflate_decomp_finalize()
1947 if (compress_xforms[0]->compress.chksum != in test_results_validation()
2193 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed()
2265 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_DYNAMIC; in test_compressdev_deflate_stateless_dynamic()
2404 compress_xform->compress.level = level; in test_compressdev_deflate_stateless_multi_level()
2447 compress_xforms[i]->compress.level = level; in test_compressdev_deflate_stateless_multi_xform()
2653 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateless_checksum()
2681 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateless_checksum()
2707 compress_xform->compress.chksum = in test_compressdev_deflate_stateless_checksum()
2849 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_stateless_dynamic_big()
2873 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_stateless_dynamic_big()
3001 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateful_decomp_checksum()
3023 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateful_decomp_checksum()
3045 compress_xform->compress.chksum = in test_compressdev_deflate_stateful_decomp_checksum()
3191 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3298 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_1op()
3313 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_1op()
3369 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_first()
3384 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_first()
3440 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_second()
3455 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_second()
3512 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_3ops()
3527 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_3ops()
3585 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_4ops()
3600 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_4ops()
3653 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_1op()
3668 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_1op()
3724 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_first()
3739 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_first()
3795 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_second()
3810 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_second()
3867 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_3ops()
3882 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_3ops()
3941 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_4ops()
3956 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_4ops()
4010 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_1op()
4025 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_1op()
4085 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_first()
4100 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_first()
4158 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_second()
4173 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_second()