Lines Matching refs:pSessionDesc

64 	dc_session_desc_t *pSessionDesc = NULL;  in dcDataPlaneParamCheck()  local
76 pSessionDesc = DC_SESSION_DESC_FROM_CTX_GET(pOpData->pSessionHandle); in dcDataPlaneParamCheck()
77 if (NULL == pSessionDesc) { in dcDataPlaneParamCheck()
82 if (CPA_FALSE == pSessionDesc->isDcDp) { in dcDataPlaneParamCheck()
88 if ((CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) && in dcDataPlaneParamCheck()
181 if ((CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection) || in dcDataPlaneParamCheck()
182 (CPA_DC_DIR_COMBINED == pSessionDesc->sessDirection)) { in dcDataPlaneParamCheck()
183 if (CPA_DC_HT_FULL_DYNAMIC == pSessionDesc->huffType) { in dcDataPlaneParamCheck()
317 dc_session_desc_t *pSessionDesc = NULL; in cpaDcDpInitSession() local
337 pSessionDesc = DC_SESSION_DESC_FROM_CTX_GET(pSessionHandle); in cpaDcDpInitSession()
338 pSessionDesc->isDcDp = CPA_TRUE; in cpaDcDpInitSession()
341 pSessionDesc->reqCacheDecomp.comn_hdr.comn_req_flags, in cpaDcDpInitSession()
344 pSessionDesc->reqCacheComp.comn_hdr.comn_req_flags, in cpaDcDpInitSession()
401 dc_session_desc_t *pSessionDesc = NULL; in dcDpWriteRingMsg() local
410 pSessionDesc = DC_SESSION_DESC_FROM_CTX_GET(pOpData->pSessionHandle); in dcDpWriteRingMsg()
413 pReqCache = &(pSessionDesc->reqCacheComp); in dcDpWriteRingMsg()
419 pSessionDesc->cnvErrorInjection; in dcDpWriteRingMsg()
428 pReqCache = &(pSessionDesc->reqCacheDecomp); in dcDpWriteRingMsg()
522 dc_session_desc_t *pSessionDesc = NULL; in dcDpEnqueueOpBase() local
554 pSessionDesc = DC_SESSION_DESC_FROM_CTX_GET(pOpData->pSessionHandle); in dcDpEnqueueOpBase()
557 (CPA_DC_DIR_DECOMPRESS == pSessionDesc->sessDirection)) { in dcDpEnqueueOpBase()
562 (CPA_DC_DIR_COMPRESS == pSessionDesc->sessDirection)) { in dcDpEnqueueOpBase()
581 pSessionDesc->pendingDpStatelessCbCount++; in dcDpEnqueueOpBase()
624 dc_session_desc_t *pSessionDesc = NULL; in dcDpEnqueueOpBatchBase() local
690 pSessionDesc = DC_SESSION_DESC_FROM_CTX_GET(pOpData[0]->pSessionHandle); in dcDpEnqueueOpBatchBase()
694 (CPA_DC_DIR_DECOMPRESS == pSessionDesc->sessDirection)) { in dcDpEnqueueOpBatchBase()
701 pSessionDesc->sessDirection)) { in dcDpEnqueueOpBatchBase()
732 pSessionDesc->pendingDpStatelessCbCount += numberRequests; in dcDpEnqueueOpBatchBase()