Lines Matching refs:decompress_xforms
129 struct rte_comp_xform **decompress_xforms; member
1538 struct rte_comp_xform **decompress_xforms = int_data->decompress_xforms; in test_deflate_decomp_run() local
1614 decompress_xforms[xform_idx]; in test_deflate_decomp_run()
1630 decompress_xforms[i], in test_deflate_decomp_run()
1659 decompress_xforms[i % num_xforms], in test_deflate_decomp_run()
1685 decompress_xforms[0], stream); in test_deflate_decomp_run()
2427 struct rte_comp_xform *decompress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform() local
2450 decompress_xforms[i] = rte_malloc(NULL, in test_compressdev_deflate_stateless_multi_xform()
2452 if (decompress_xforms[i] == NULL) { in test_compressdev_deflate_stateless_multi_xform()
2459 memcpy(decompress_xforms[i], ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_multi_xform()
2474 decompress_xforms, in test_compressdev_deflate_stateless_multi_xform()
2499 rte_free(decompress_xforms[i]); in test_compressdev_deflate_stateless_multi_xform()