Lines Matching refs:rte_comp_xform

120 	struct rte_comp_xform *def_comp_xform;
121 struct rte_comp_xform *def_decomp_xform;
128 struct rte_comp_xform **compress_xforms;
129 struct rte_comp_xform **decompress_xforms;
260 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in testsuite_setup()
267 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in testsuite_setup()
424 const struct rte_comp_xform *xform, int mem_level) in compress_zlib()
577 const struct rte_comp_xform *xform) in decompress_zlib()
1210 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_comp_run()
1269 const struct rte_comp_xform *compress_xform = in test_deflate_comp_run()
1284 (const struct rte_comp_xform *) in test_deflate_comp_run()
1413 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_comp_finalize()
1539 struct rte_comp_xform **decompress_xforms = int_data->decompress_xforms; in test_deflate_decomp_run()
1614 const struct rte_comp_xform *decompress_xform = in test_deflate_decomp_run()
1630 (const struct rte_comp_xform *) in test_deflate_decomp_run()
1740 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_decomp_finalize()
1914 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_results_validation()
2184 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed()
2185 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_fixed()
2195 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_fixed()
2248 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_dynamic()
2249 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_dynamic()
2267 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_dynamic()
2368 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_multi_level()
2369 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_multi_level()
2379 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_level()
2429 struct rte_comp_xform *compress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform()
2430 struct rte_comp_xform *decompress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform()
2440 sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_multi_xform()
2449 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_xform()
2454 sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_multi_xform()
2463 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_xform()
2613 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_checksum()
2614 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_checksum()
2621 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_checksum()
2623 struct rte_comp_xform *decompress_xform = in test_compressdev_deflate_stateless_checksum()
2624 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_checksum()
2632 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_checksum()
2959 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateful_decomp_checksum()
2960 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateful_decomp_checksum()
2967 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateful_decomp_checksum()
2969 struct rte_comp_xform *decompress_xform = in test_compressdev_deflate_stateful_decomp_checksum()
2970 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateful_decomp_checksum()
2978 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateful_decomp_checksum()
3182 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3183 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3193 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_fixed_oos_recoverable()