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()
1436 &compress_xforms[xform_idx]->compress; in test_deflate_comp_finalize()
1851 if (compress_xforms[0]->compress.chksum in test_deflate_decomp_finalize()
1949 if (compress_xforms[0]->compress.chksum != in test_results_validation()
2196 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed()
2268 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_DYNAMIC; in test_compressdev_deflate_stateless_dynamic()
2407 compress_xform->compress.level = level; in test_compressdev_deflate_stateless_multi_level()
2450 compress_xforms[i]->compress.level = level; in test_compressdev_deflate_stateless_multi_xform()
2656 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateless_checksum()
2684 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateless_checksum()
2710 compress_xform->compress.chksum = in test_compressdev_deflate_stateless_checksum()
2852 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_stateless_dynamic_big()
2876 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_stateless_dynamic_big()
3004 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateful_decomp_checksum()
3026 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateful_decomp_checksum()
3048 compress_xform->compress.chksum = in test_compressdev_deflate_stateful_decomp_checksum()
3194 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3301 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_1op()
3316 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_1op()
3372 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_first()
3387 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_first()
3443 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_second()
3458 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_2ops_second()
3515 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_3ops()
3530 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_3ops()
3588 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_4ops()
3603 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_LB_4ops()
3656 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_1op()
3671 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_1op()
3727 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_first()
3742 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_first()
3798 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_second()
3813 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_2ops_second()
3870 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_3ops()
3885 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_3ops()
3944 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_4ops()
3959 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_4ops()
4013 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_1op()
4028 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_1op()
4088 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_first()
4103 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_first()
4161 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_second()
4176 ts_params->def_comp_xform->compress.deflate.huffman = in test_compressdev_deflate_im_buffers_SGL_over_2ops_second()