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()
1538 struct rte_comp_xform **decompress_xforms = int_data->decompress_xforms; in test_deflate_decomp_run()
1613 const struct rte_comp_xform *decompress_xform = in test_deflate_decomp_run()
1629 (const struct rte_comp_xform *) in test_deflate_decomp_run()
1738 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_deflate_decomp_finalize()
1912 struct rte_comp_xform **compress_xforms = int_data->compress_xforms; in test_results_validation()
2181 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed()
2182 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_fixed()
2192 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_fixed()
2245 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_dynamic()
2246 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_dynamic()
2264 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_dynamic()
2365 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_multi_level()
2366 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_multi_level()
2376 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_level()
2426 struct rte_comp_xform *compress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform()
2427 struct rte_comp_xform *decompress_xforms[NUM_XFORMS] = {NULL}; in test_compressdev_deflate_stateless_multi_xform()
2437 sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_multi_xform()
2446 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_xform()
2451 sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_multi_xform()
2460 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_xform()
2610 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_checksum()
2611 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_checksum()
2618 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_checksum()
2620 struct rte_comp_xform *decompress_xform = in test_compressdev_deflate_stateless_checksum()
2621 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_checksum()
2629 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_checksum()
2956 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateful_decomp_checksum()
2957 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateful_decomp_checksum()
2964 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateful_decomp_checksum()
2966 struct rte_comp_xform *decompress_xform = in test_compressdev_deflate_stateful_decomp_checksum()
2967 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateful_decomp_checksum()
2975 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateful_decomp_checksum()
3179 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3180 rte_malloc(NULL, sizeof(struct rte_comp_xform), 0); in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3190 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_fixed_oos_recoverable()