Home
last modified time | relevance | path

Searched refs:CPA_DC_DIR_COMPRESS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_dp.c88 if ((CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) && in dcDataPlaneParamCheck()
181 if ((CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) || in dcDataPlaneParamCheck()
253 if (pOpData->sessDirection == CPA_DC_DIR_COMPRESS) { in dcDataPlanePartReadCheck()
412 if (CPA_DC_DIR_COMPRESS == pOpData->sessDirection) { in dcDpWriteRingMsg()
545 (CPA_DC_DIR_COMPRESS == pOpData->sessDirection)) { in dcDpEnqueueOpBase()
556 if ((CPA_DC_DIR_COMPRESS == pOpData->sessDirection) && in dcDpEnqueueOpBase()
562 (CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection)) { in dcDpEnqueueOpBase()
680 (CPA_DC_DIR_COMPRESS == pOpData[i]->sessDirection)) { in dcDpEnqueueOpBatchBase()
693 if ((CPA_DC_DIR_COMPRESS == pOpData[i]->sessDirection) && in dcDpEnqueueOpBatchBase()
700 (CPA_DC_DIR_COMPRESS == in dcDpEnqueueOpBatchBase()
H A Ddc_session.c89 if ((pSessionData->sessDirection < CPA_DC_DIR_COMPRESS) || in dcCheckSessionData()
487 (CPA_DC_DIR_COMPRESS != pSessionData->sessDirection)) { in dcGetContextSize()
797 if (CPA_DC_DIR_COMPRESS != pSessionData->sessDirection) { in dcInitSession()
921 if (CPA_DC_DIR_COMPRESS != pSessionData->sessDirection) { in dcInitSession()
H A Ddc_datapath.c1701 if (CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) { in dcDecompressDataCheck()
1781 if (CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) { in cpaDcDecompressData()
1929 if (CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) { in cpaDcDecompressData2()
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc.h344 CPA_DC_DIR_COMPRESS = 0, enumerator