Lines Matching refs:def_decomp_xform

121 	struct rte_comp_xform *def_decomp_xform;  member
190 rte_free(ts_params->def_decomp_xform); in testsuite_teardown()
266 ts_params->def_decomp_xform = in testsuite_setup()
268 if (ts_params->def_decomp_xform == NULL) { in testsuite_setup()
283 ts_params->def_decomp_xform->type = RTE_COMP_DECOMPRESS; in testsuite_setup()
284 ts_params->def_decomp_xform->decompress.algo = RTE_COMP_ALGO_DEFLATE, in testsuite_setup()
285 ts_params->def_decomp_xform->decompress.chksum = RTE_COMP_CHECKSUM_NONE; in testsuite_setup()
286 ts_params->def_decomp_xform->decompress.window_size = DEFAULT_WINDOW_SIZE; in testsuite_setup()
2200 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_fixed()
2272 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_dynamic()
2328 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_multi_op()
2383 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_multi_level()
2459 memcpy(decompress_xforms[i], ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_multi_xform()
2524 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_sgl()
2628 memcpy(decompress_xform, ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_checksum()
2755 &ts_params->def_decomp_xform, in test_compressdev_out_of_space_buffer()
2834 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_dynamic_big()
2898 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateful_decomp()
2974 memcpy(decompress_xform, ts_params->def_decomp_xform, in test_compressdev_deflate_stateful_decomp_checksum()
3116 &ts_params->def_decomp_xform, in test_compressdev_external_mbufs()
3198 &ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3278 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_LB_1op()
3354 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_LB_2ops_first()
3425 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_LB_2ops_second()
3497 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_LB_3ops()
3570 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_LB_4ops()
3638 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_1op()
3709 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_2ops_first()
3780 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_2ops_second()
3852 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_3ops()
3926 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_4ops()
3995 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_over_1op()
4070 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_over_2ops_first()
4143 &ts_params->def_decomp_xform, in test_compressdev_deflate_im_buffers_SGL_over_2ops_second()