Home
last modified time | relevance | path

Searched refs:pDcCmdId (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h388 Cpa8U *pDcCmdId);
410 Cpa8U *pDcCmdId);
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c506 Cpa8U *pDcCmdId) in dcGetCompressCommandId() argument
511 LAC_CHECK_NULL_PARAM(pDcCmdId); in dcGetCompressCommandId()
515 *pDcCmdId = (CPA_DC_HT_FULL_DYNAMIC == pSessionData->huffType) ? in dcGetCompressCommandId()
532 Cpa8U *pDcCmdId) in dcGetDecompressCommandId() argument
537 LAC_CHECK_NULL_PARAM(pDcCmdId); in dcGetDecompressCommandId()
541 *pDcCmdId = ICP_QAT_FW_COMP_CMD_DECOMPRESS; in dcGetDecompressCommandId()