Home
last modified time | relevance | path

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

/f-stack/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()
566 if (rx_op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_process_response()
631 && rx_op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_process_response()
829 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_create_templates()
888 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_create_templates()
1140 xform, ptr, RTE_COMP_OP_STATEFUL)) { in qat_comp_stream_create()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h203 RTE_COMP_OP_STATEFUL enumerator
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c201 if ((op->op_type == RTE_COMP_OP_STATEFUL) || in process_zlib_op()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c493 if (op->op_type == RTE_COMP_OP_STATEFUL) { in zip_pmd_enqueue_burst_sync()
/f-stack/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.
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c888 if (test_data->decompress_state == RTE_COMP_OP_STATEFUL) { in test_setup_com_bufs()
1586 ops[i]->op_type = RTE_COMP_OP_STATEFUL; in test_deflate_decomp_run()
1791 if (operation_type == RTE_COMP_OP_STATEFUL in test_deflate_decomp_finalize()
2907 .decompress_state = RTE_COMP_OP_STATEFUL, in test_compressdev_deflate_stateful_decomp()
2991 .decompress_state = RTE_COMP_OP_STATEFUL, in test_compressdev_deflate_stateful_decomp_checksum()