Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c72 LacSymQat_SymRespHandler(void *pRespMsg) in LacSymQat_SymRespHandler() argument
80 pRespMsgFn = (icp_qat_fw_la_resp_t *)pRespMsg; in LacSymQat_SymRespHandler()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat.h94 void LacSymQat_SymRespHandler(void *pRespMsg);
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_datapath.h176 void dcCompression_ProcessCallback(void *pRespMsg);
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_datapath.c97 dcCompression_ProcessCallback(void *pRespMsg) in dcCompression_ProcessCallback() argument
120 pCompRespMsg = (icp_qat_fw_comp_resp_t *)pRespMsg; in dcCompression_ProcessCallback()