Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c403 pSessionDesc->stateRegistersDecomp); in dcCompContentDescPopulate()
814 LAC_OS_BZERO(&pSessionDesc->stateRegistersDecomp, in dcInitSession()
815 sizeof(pSessionDesc->stateRegistersDecomp)); in dcInitSession()
1092 LAC_OS_BZERO(&pSessionDesc->stateRegistersDecomp, in cpaDcResetSession()
1093 sizeof(pSessionDesc->stateRegistersDecomp)); in cpaDcResetSession()
/freebsd-14.2/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h180 Cpa8U stateRegistersDecomp[DC_QAT_STATE_REGISTERS_MAX_SIZE]; member