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