Lines Matching refs:pCurrentQatMsg

398 dcDpWriteRingMsg(CpaDcDpOpData *pOpData, icp_qat_fw_comp_req_t *pCurrentQatMsg)  in dcDpWriteRingMsg()  argument
433 memcpy((void *)pCurrentQatMsg, in dcDpWriteRingMsg()
443 pCurrentQatMsg->comp_pars.req_par_flags |= in dcDpWriteRingMsg()
453 SalQatMsg_CmnMidWrite((icp_qat_fw_la_bulk_req_t *)pCurrentQatMsg, in dcDpWriteRingMsg()
461 pCurrentQatMsg->comp_pars.comp_len = pOpData->bufferLenToCompress; in dcDpWriteRingMsg()
462 pCurrentQatMsg->comp_pars.out_buffer_sz = pOpData->bufferLenForData; in dcDpWriteRingMsg()
487 icp_qat_fw_comp_req_t *pCurrentQatMsg) in dcDpUpdateRingMsg() argument
498 pCurrentQatMsg->u1.partial_decompress in dcDpUpdateRingMsg()
500 pCurrentQatMsg->u1.partial_decompress in dcDpUpdateRingMsg()
503 pCurrentQatMsg->comp_pars.req_par_flags, in dcDpUpdateRingMsg()
509 pCurrentQatMsg->comp_pars.req_par_flags, in dcDpUpdateRingMsg()
520 icp_qat_fw_comp_req_t *pCurrentQatMsg = NULL; in dcDpEnqueueOpBase() local
568 icp_adf_getSingleQueueAddr(trans_handle, (void **)&pCurrentQatMsg); in dcDpEnqueueOpBase()
569 if (NULL == pCurrentQatMsg) { in dcDpEnqueueOpBase()
573 dcDpWriteRingMsg(pOpData, pCurrentQatMsg); in dcDpEnqueueOpBase()
578 pCurrentQatMsg); in dcDpEnqueueOpBase()
622 icp_qat_fw_comp_req_t *pCurrentQatMsg = NULL; in dcDpEnqueueOpBatchBase() local
710 (void **)&pCurrentQatMsg); in dcDpEnqueueOpBatchBase()
711 if (NULL == pCurrentQatMsg) { in dcDpEnqueueOpBatchBase()
716 dcDpWriteRingMsg(pOpData[i], pCurrentQatMsg); in dcDpEnqueueOpBatchBase()
721 pCurrentQatMsg); in dcDpEnqueueOpBatchBase()
727 pCurrentQatMsg); in dcDpEnqueueOpBatchBase()
729 icp_adf_getQueueNext(trans_handle, (void **)&pCurrentQatMsg); in dcDpEnqueueOpBatchBase()