Lines Matching refs:decompress_xforms
129 struct rte_comp_xform **decompress_xforms; member
1539 struct rte_comp_xform **decompress_xforms = int_data->decompress_xforms; in test_deflate_decomp_run() local
1615 decompress_xforms[xform_idx]; in test_deflate_decomp_run()
1631 decompress_xforms[i], in test_deflate_decomp_run()
1660 decompress_xforms[i % num_xforms], in test_deflate_decomp_run()
1686 decompress_xforms[0], stream); in test_deflate_decomp_run()
2430 struct rte_comp_xform *decompress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform() local
2453 decompress_xforms[i] = rte_malloc(NULL, in test_compressdev_deflate_stateless_multi_xform()
2455 if (decompress_xforms[i] == NULL) { in test_compressdev_deflate_stateless_multi_xform()
2462 memcpy(decompress_xforms[i], ts_params->def_decomp_xform, in test_compressdev_deflate_stateless_multi_xform()
2477 decompress_xforms, in test_compressdev_deflate_stateless_multi_xform()
2502 rte_free(decompress_xforms[i]); in test_compressdev_deflate_stateless_multi_xform()