Lines Matching refs:compress_xforms

128 	struct rte_comp_xform **compress_xforms;  member
1210 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_comp_run() local
1270 compress_xforms[i % num_xforms]; in test_deflate_comp_run()
1285 compress_xforms[i], in test_deflate_comp_run()
1306 compress_xforms[i % num_xforms], in test_deflate_comp_run()
1413 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_comp_finalize() local
1436 &compress_xforms[xform_idx]->compress; in test_deflate_comp_finalize()
1740 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_decomp_finalize() local
1851 if (compress_xforms[0]->compress.chksum in test_deflate_decomp_finalize()
1914 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_results_validation() local
1949 if (compress_xforms[0]->compress.chksum != in test_results_validation()
2429 struct rte_comp_xform *compress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform() local
2439 compress_xforms[i] = rte_malloc(NULL, in test_compressdev_deflate_stateless_multi_xform()
2441 if (compress_xforms[i] == NULL) { in test_compressdev_deflate_stateless_multi_xform()
2448 memcpy(compress_xforms[i], ts_params->def_comp_xform, in test_compressdev_deflate_stateless_multi_xform()
2450 compress_xforms[i]->compress.level = level; in test_compressdev_deflate_stateless_multi_xform()
2476 compress_xforms, in test_compressdev_deflate_stateless_multi_xform()
2501 rte_free(compress_xforms[i]); in test_compressdev_deflate_stateless_multi_xform()