Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c833 pDataIntegrityCrcs->oCrc32Cpr = DC_INVALID_CRC; in dcInitSession()
834 pDataIntegrityCrcs->iCrc32Cpr = DC_INVALID_CRC; in dcInitSession()
835 pDataIntegrityCrcs->oCrc32Xlt = DC_INVALID_CRC; in dcInitSession()
836 pDataIntegrityCrcs->iCrc32Xlt = DC_INVALID_CRC; in dcInitSession()
841 pDataIntegrityCrcs->iCrc64Cpr = DC_INVALID_CRC; in dcInitSession()
842 pDataIntegrityCrcs->oCrc64Cpr = DC_INVALID_CRC; in dcInitSession()
843 pDataIntegrityCrcs->iCrc64Xlt = DC_INVALID_CRC; in dcInitSession()
844 pDataIntegrityCrcs->oCrc64Xlt = DC_INVALID_CRC; in dcInitSession()
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_datapath.h101 #define DC_INVALID_CRC 0x0 macro