Home
last modified time | relevance | path

Searched refs:checksum_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c147 if (qat_xform->checksum_type != in qat_comp_build_request()
688 if (qat_xform->checksum_type != RTE_COMP_CHECKSUM_NONE) { in qat_comp_process_response()
689 if (qat_xform->checksum_type == RTE_COMP_CHECKSUM_CRC32) in qat_comp_process_response()
691 else if (qat_xform->checksum_type == in qat_comp_process_response()
1033 qat_xform->checksum_type = xform->compress.chksum; in qat_comp_private_xform_create()
1037 qat_xform->checksum_type = xform->decompress.chksum; in qat_comp_private_xform_create()
1137 ptr->qat_xform.checksum_type = xform->decompress.chksum; in qat_comp_stream_create()
H A Dqat_comp.h90 enum rte_comp_checksum_type checksum_type; member