Home
last modified time | relevance | path

Searched refs:sessState (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c95 if ((pSessionData->sessState < CPA_DC_STATEFUL) || in dcCheckSessionData()
96 (pSessionData->sessState > CPA_DC_STATELESS)) { in dcCheckSessionData()
235 if (CPA_DC_STATEFUL == pSessionDesc->sessState) { in dcCompHwBlockPopulateGen4()
363 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) && in dcCompContentDescPopulate()
488 if ((CPA_DC_STATEFUL == pSessionData->sessState) && in dcGetContextSize()
600 if ((CPA_DC_STATEFUL == pSessionData->sessState) && in dcInitSession()
608 (CPA_DC_STATEFUL == pSessionData->sessState && in dcInitSession()
633 if ((CPA_DC_STATEFUL == pSessionData->sessState) && in dcInitSession()
727 pSessionDesc->sessState = pSessionData->sessState; in dcInitSession()
740 if (CPA_DC_STATEFUL == pSessionData->sessState) { in dcInitSession()
[all …]
H A Ddc_datapath.c262 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) || in dcCompression_ProcessCallback()
263 ((CPA_DC_STATELESS == pSessionDesc->sessState) && in dcCompression_ProcessCallback()
378 if (CPA_DC_STATEFUL == pSessionDesc->sessState) { in dcCompression_ProcessCallback()
392 CPA_DC_STATELESS == pSessionDesc->sessState) { in dcCompression_ProcessCallback()
429 if (CPA_DC_STATELESS == pSessionDesc->sessState) { in dcCompression_ProcessCallback()
591 if ((CPA_DC_STATELESS == pSessionDesc->sessState) && in dcCheckSourceData()
869 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) && in dcCreateRequest()
878 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) && in dcCreateRequest()
909 } else if (CPA_DC_STATELESS == pSessionDesc->sessState) { in dcCreateRequest()
948 if (CPA_DC_STATEFUL == pSessionDesc->sessState) { in dcCreateRequest()
[all …]
H A Ddc_dp.c329 if (CPA_DC_STATELESS != pSessionData->sessState) { in cpaDcDpInitSession()
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h208 CpaDcSessionState sessState; member
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc.h778 CpaDcSessionState sessState; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c195 sd.sessState = CPA_DC_STATELESS; in qat_dc_init()