Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_dp.c398 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()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_dp.c49 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg);
434 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg) in LacDp_WriteRingMsgOpt() argument
442 pMsgDummy = (Cpa8U *)pCurrentQatMsg; in LacDp_WriteRingMsgOpt()
467 SalQatMsg_CmnMidWrite(pCurrentQatMsg, in LacDp_WriteRingMsgOpt()
482 pCurrentQatMsg, in LacDp_WriteRingMsgOpt()
494 *)((Cpa8U *)&(pCurrentQatMsg->serv_specif_rqpars) + in LacDp_WriteRingMsgOpt()
573 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg) in LacDp_WriteRingMsgFull() argument
599 pMsgDummy = (Cpa8U *)pCurrentQatMsg; in LacDp_WriteRingMsgFull()
720 SalQatMsg_CmnMidWrite(pCurrentQatMsg, in LacDp_WriteRingMsgFull()
770 pCurrentQatMsg->comn_hdr.serv_specif_flags, in LacDp_WriteRingMsgFull()
[all …]
H A Dlac_sym_api.c81 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg);
83 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg);
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c293 void **pCurrentQatMsg) in icp_adf_getQueueMemory() argument
304 *pCurrentQatMsg = NULL; in icp_adf_getQueueMemory()
309 *pCurrentQatMsg = (void *)((uintptr_t)ring->base_addr + ring->tail); in icp_adf_getQueueMemory()
319 void **pCurrentQatMsg) in icp_adf_getSingleQueueAddr() argument
325 ICP_CHECK_FOR_NULL_PARAM_VOID(pCurrentQatMsg); in icp_adf_getSingleQueueAddr()
331 *pCurrentQatMsg = NULL; in icp_adf_getSingleQueueAddr()
336 *pCurrentQatMsg = (void *)((uintptr_t)ring->base_addr + ring->tail); in icp_adf_getSingleQueueAddr()
350 icp_adf_getQueueNext(icp_comms_trans_handle trans_handle, void **pCurrentQatMsg) in icp_adf_getQueueNext() argument
355 ICP_CHECK_FOR_NULL_PARAM_VOID(pCurrentQatMsg); in icp_adf_getQueueNext()
363 *pCurrentQatMsg = (void *)((uintptr_t)ring->base_addr + ring->tail); in icp_adf_getQueueNext()
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_transport_dp.h23 void **pCurrentQatMsg);
30 void **pCurrentQatMsg);
38 void **pCurrentQatMsg);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym.h351 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg);
353 icp_qat_fw_la_bulk_req_t *pCurrentQatMsg);