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()
1435 const struct rte_comp_compress_xform *compress_xform = in test_deflate_comp_finalize() local
1438 compress_xform->deflate.huffman; in test_deflate_comp_finalize()
1447 compress_xform->level, in test_deflate_comp_finalize()
1453 if (compress_xform->chksum != RTE_COMP_CHECKSUM_NONE) in test_deflate_comp_finalize()
2184 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed() local
2187 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_fixed()
2194 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_fixed()
2196 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed()
2202 &compress_xform, in test_compressdev_deflate_stateless_fixed()
2238 rte_free(compress_xform); in test_compressdev_deflate_stateless_fixed()
2248 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_dynamic() local
2259 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_dynamic()
2266 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_dynamic()
2268 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_DYNAMIC; in test_compressdev_deflate_stateless_dynamic()
2274 &compress_xform, in test_compressdev_deflate_stateless_dynamic()
2310 rte_free(compress_xform); in test_compressdev_deflate_stateless_dynamic()
2368 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_multi_level() local
2371 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_multi_level()
2378 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_multi_level()
2385 &compress_xform, in test_compressdev_deflate_stateless_multi_level()
2407 compress_xform->compress.level = level; in test_compressdev_deflate_stateless_multi_level()
2419 rte_free(compress_xform); in test_compressdev_deflate_stateless_multi_level()
2613 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_checksum() local
2615 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_checksum()
2620 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_checksum()
2627 rte_free(compress_xform); in test_compressdev_deflate_stateless_checksum()
2638 &compress_xform, in test_compressdev_deflate_stateless_checksum()
2656 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateless_checksum()
2684 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateless_checksum()
2710 compress_xform->compress.chksum = in test_compressdev_deflate_stateless_checksum()
2732 rte_free(compress_xform); in test_compressdev_deflate_stateless_checksum()
2959 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateful_decomp_checksum() local
2961 if (compress_xform == NULL) { in test_compressdev_deflate_stateful_decomp_checksum()
2966 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateful_decomp_checksum()
2973 rte_free(compress_xform); in test_compressdev_deflate_stateful_decomp_checksum()
2984 &compress_xform, in test_compressdev_deflate_stateful_decomp_checksum()
3004 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_CRC32; in test_compressdev_deflate_stateful_decomp_checksum()
3026 compress_xform->compress.chksum = RTE_COMP_CHECKSUM_ADLER32; in test_compressdev_deflate_stateful_decomp_checksum()
3048 compress_xform->compress.chksum = in test_compressdev_deflate_stateful_decomp_checksum()
3075 rte_free(compress_xform); in test_compressdev_deflate_stateful_decomp_checksum()
3182 struct rte_comp_xform *compress_xform = in test_compressdev_deflate_stateless_fixed_oos_recoverable() local
3185 if (compress_xform == NULL) { in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3192 memcpy(compress_xform, ts_params->def_comp_xform, in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3194 compress_xform->compress.deflate.huffman = RTE_COMP_HUFFMAN_FIXED; in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3200 &compress_xform, in test_compressdev_deflate_stateless_fixed_oos_recoverable()
3246 rte_free(compress_xform); in test_compressdev_deflate_stateless_fixed_oos_recoverable()