Home
last modified time | relevance | path

Searched refs:RTE_COMP_OP_STATEFUL (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/compress/qat/
H A Dqat_comp.c118 if (op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_build_request()
182 } else if (op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_build_request()
567 if (rx_op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_process_response()
633 && rx_op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_process_response()
833 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_create_templates()
863 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_create_templates()
1111 xform, ptr, RTE_COMP_OP_STATEFUL, in qat_comp_stream_create()
/dpdk/lib/compressdev/
H A Drte_comp.h202 RTE_COMP_OP_STATEFUL enumerator
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen4.c112 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_set_slice_cfg_word_gen4()
/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c201 if ((op->op_type == RTE_COMP_OP_STATEFUL) || in process_zlib_op()
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c496 if (op->op_type == RTE_COMP_OP_STATEFUL) { in zip_pmd_enqueue_burst_sync()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst433 - ops are setup with op_type RTE_COMP_OP_STATEFUL,
530 op->op_type = RTE_COMP_OP_STATEFUL;
600 Every op with type set to RTE_COMP_OP_STATEFUL *must* be attached to stream.
/dpdk/app/test/
H A Dtest_compressdev.c888 if (test_data->decompress_state == RTE_COMP_OP_STATEFUL) { in test_setup_com_bufs()
1585 ops[i]->op_type = RTE_COMP_OP_STATEFUL; in test_deflate_decomp_run()
1789 if (operation_type == RTE_COMP_OP_STATEFUL in test_deflate_decomp_finalize()
2904 .decompress_state = RTE_COMP_OP_STATEFUL, in test_compressdev_deflate_stateful_decomp()
2988 .decompress_state = RTE_COMP_OP_STATEFUL, in test_compressdev_deflate_stateful_decomp_checksum()