Lines Matching refs:pService

126 dcCompHwBlockPopulate(sal_compression_service_t *pService,  in dcCompHwBlockPopulate()  argument
155 pService->comp_device_data.enableDmm) { in dcCompHwBlockPopulate()
179 depth = pService->comp_device_data in dcCompHwBlockPopulate()
199 dcCompHwBlockPopulateGen4(sal_compression_service_t *pService, in dcCompHwBlockPopulateGen4() argument
267 hw_comp_lower_csr.sd = pService->comp_device_data in dcCompHwBlockPopulateGen4()
287 pService->comp_device_data.enableDmm) ? in dcCompHwBlockPopulateGen4()
341 dcCompContentDescPopulate(sal_compression_service_t *pService, in dcCompContentDescPopulate() argument
396 pService->generic_service_info, in dcCompContentDescPopulate()
401 pService->generic_service_info, in dcCompContentDescPopulate()
415 if (isDcGen4x(pService)) { in dcCompContentDescPopulate()
416 dcCompHwBlockPopulateGen4(pService, in dcCompContentDescPopulate()
420 } else if (isDcGen2x(pService)) { in dcCompContentDescPopulate()
421 dcCompHwBlockPopulate(pService, in dcCompContentDescPopulate()
504 dcGetCompressCommandId(sal_compression_service_t *pService, in dcGetCompressCommandId() argument
509 LAC_CHECK_NULL_PARAM(pService); in dcGetCompressCommandId()
530 dcGetDecompressCommandId(sal_compression_service_t *pService, in dcGetDecompressCommandId() argument
535 LAC_CHECK_NULL_PARAM(pService); in dcGetDecompressCommandId()
561 sal_compression_service_t *pService = NULL; in dcInitSession() local
585 pService = (sal_compression_service_t *)dcInstance; in dcInitSession()
587 secureRam = pService->comp_device_data.useDevRam; in dcInitSession()
607 if ((isDcGen4x(pService)) && in dcInitSession()
615 if ((isDcGen2x(pService)) && in dcInitSession()
618 if ((NULL == pService->pInterBuffPtrsArray) && in dcInitSession()
619 (0 == pService->pInterBuffPtrsArrayPhyAddr)) { in dcInitSession()
674 LAC_OS_VIRT_TO_PHYS_EXTERNAL(pService->generic_service_info, in dcInitSession()
707 &(pService->generic_service_info)); in dcInitSession()
764 if ((isDcGen2x(pService)) && in dcInitSession()
768 dcCompContentDescPopulate(pService, in dcInitSession()
781 if (0 != pService->pInterBuffPtrsArrayPhyAddr) { in dcInitSession()
785 pService->pInterBuffPtrsArrayPhyAddr; in dcInitSession()
788 dcCompContentDescPopulate(pService, in dcInitSession()
800 dcCompContentDescPopulate(pService, in dcInitSession()
820 LAC_OS_VIRT_TO_PHYS_EXTERNAL(pService->generic_service_info, in dcInitSession()
832 if (isDcGen2x(pService)) { in dcInitSession()
873 if (pService->comp_device_data.asbEnableSupport == CPA_FALSE) { in dcInitSession()
900 status = dcGetCompressCommandId(pService, in dcInitSession()
924 status = dcGetDecompressCommandId(pService, in dcInitSession()
958 sal_compression_service_t *pService = NULL; in cpaDcInitSession() local
969 pService = (sal_compression_service_t *)insHandle; in cpaDcInitSession()
972 SAL_RUNNING_CHECK(pService); in cpaDcInitSession()
987 sal_compression_service_t *pService = NULL; in cpaDcResetSession() local
1066 pService = (sal_compression_service_t *)insHandle; in cpaDcResetSession()
1067 if (isDcGen2x(pService)) { in cpaDcResetSession()
1259 sal_compression_service_t *pService = NULL; in dcSetCnvError() local
1267 pService = (sal_compression_service_t *)insHandle; in dcSetCnvError()
1269 if (isDcGen2x(pService)) { in dcSetCnvError()