Lines Matching refs:compress_xform

1269 			const struct rte_comp_xform *compress_xform =  in test_deflate_comp_run()  local
1271 ret = compress_zlib(ops[i], compress_xform, in test_deflate_comp_run()
1434 const struct rte_comp_compress_xform *compress_xform = in test_deflate_comp_finalize() local
1437 compress_xform->deflate.huffman; in test_deflate_comp_finalize()
1446 compress_xform->level, in test_deflate_comp_finalize()
1452 if (compress_xform->chksum != RTE_COMP_CHECKSUM_NONE) in test_deflate_comp_finalize()
2181 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed() local
2184 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_fixed()
2191 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_fixed()
2193 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed()
2199 &compress_xform, in test_compressdev_deflate_stateless_fixed()
2235 rte_free(compress_xform); in test_compressdev_deflate_stateless_fixed()
2245 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_dynamic() local
2256 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_dynamic()
2263 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_dynamic()
2265 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_DYNAMIC; in test_compressdev_deflate_stateless_dynamic()
2271 &compress_xform, in test_compressdev_deflate_stateless_dynamic()
2307 rte_free(compress_xform); in test_compressdev_deflate_stateless_dynamic()
2365 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_multi_level() local
2368 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_multi_level()
2375 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_multi_level()
2382 &compress_xform, in test_compressdev_deflate_stateless_multi_level()
2404 compress_xform->compress.level = level; in test_compressdev_deflate_stateless_multi_level()
2416 rte_free(compress_xform); in test_compressdev_deflate_stateless_multi_level()
2610 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_checksum() local
2612 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_checksum()
2617 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_checksum()
2624 rte_free(compress_xform); in test_compressdev_deflate_stateless_checksum()
2635 &compress_xform, in test_compressdev_deflate_stateless_checksum()
2653 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateless_checksum()
2681 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateless_checksum()
2707 compress_xform->compress.chksum = in test_compressdev_deflate_stateless_checksum()
2729 rte_free(compress_xform); in test_compressdev_deflate_stateless_checksum()
2956 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateful_decomp_checksum() local
2958 if (compress_xform == NULL) { in test_compressdev_deflate_stateful_decomp_checksum()
2963 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateful_decomp_checksum()
2970 rte_free(compress_xform); in test_compressdev_deflate_stateful_decomp_checksum()
2981 &compress_xform, in test_compressdev_deflate_stateful_decomp_checksum()
3001 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateful_decomp_checksum()
3023 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateful_decomp_checksum()
3045 compress_xform->compress.chksum = in test_compressdev_deflate_stateful_decomp_checksum()
3072 rte_free(compress_xform); in test_compressdev_deflate_stateful_decomp_checksum()
3179 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed_oos_recoverable() local
3182 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3189 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3191 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3197 &compress_xform, in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3243 rte_free(compress_xform); in test_compressdev_deflate_stateless_fixed_oos_recoverable()