Searched refs:checksum_type (Results 1 – 2 of 2) sorted by relevance
147 if (qat_xform->checksum_type != in qat_comp_build_request()690 if (qat_xform->checksum_type != RTE_COMP_CHECKSUM_NONE) { in qat_comp_process_response()691 if (qat_xform->checksum_type == RTE_COMP_CHECKSUM_CRC32) in qat_comp_process_response()693 else if (qat_xform->checksum_type == in qat_comp_process_response()1003 qat_xform->checksum_type = xform->compress.chksum; in qat_comp_private_xform_create()1007 qat_xform->checksum_type = xform->decompress.chksum; in qat_comp_private_xform_create()1108 ptr->qat_xform.checksum_type = xform->decompress.chksum; in qat_comp_stream_create()
92 enum rte_comp_checksum_type checksum_type; member