Home
last modified time | relevance | path

Searched refs:checksumType (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_header_footer.c58 if (CPA_DC_CRC32 == pSessionDesc->checksumType) { in cpaDcGenerateHeader()
95 else if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in cpaDcGenerateHeader()
183 if (CPA_DC_CRC32 == pSessionDesc->checksumType) { in cpaDcGenerateFooter()
213 } else if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in cpaDcGenerateFooter()
H A Ddc_datapath.c85 if (CPA_DC_CRC32 == pSessionDesc->checksumType) { in dcUpdateXltOverflowChecksumsGen4()
91 } else if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in dcUpdateXltOverflowChecksumsGen4()
315 if (CPA_DC_CRC32 == pSessionDesc->checksumType) { in dcCompression_ProcessCallback()
320 pSessionDesc->checksumType) { in dcCompression_ProcessCallback()
904 if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in dcCreateRequest()
912 if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in dcCreateRequest()
1316 if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in dcZeroLengthRequests()
H A Ddc_session.c723 pSessionDesc->checksumType = pSessionData->checksum; in dcInitSession()
734 if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in dcInitSession()
1054 if (CPA_DC_ADLER32 == pSessionDesc->checksumType) { in cpaDcResetSession()
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_datapath.h155 CpaDcChecksum checksumType; member
H A Ddc_session.h201 CpaDcChecksum checksumType; member