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.c267 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) || in dcCompression_ProcessCallback()
268 ((CPA_DC_STATELESS == pSessionDesc->sessState) && in dcCompression_ProcessCallback()
383 if (CPA_DC_STATEFUL == pSessionDesc->sessState) { in dcCompression_ProcessCallback()
397 CPA_DC_STATELESS == pSessionDesc->sessState) { in dcCompression_ProcessCallback()
434 if (CPA_DC_STATELESS == pSessionDesc->sessState) { in dcCompression_ProcessCallback()
596 if ((CPA_DC_STATELESS == pSessionDesc->sessState) && in dcCheckSourceData()
874 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) && in dcCreateRequest()
883 if ((CPA_DC_STATEFUL == pSessionDesc->sessState) && in dcCreateRequest()
914 } else if (CPA_DC_STATELESS == pSessionDesc->sessState) { in dcCreateRequest()
953 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.h746 CpaDcSessionState sessState; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c196 sd.sessState = CPA_DC_STATELESS; in qat_dc_init()