Lines Matching full:service

7  * @defgroup SalCtrl Service Access Layer Controller
13 * of the state machine for each service.
27 * Zeros this memory and sets the generic service section of
42 * @param[in] service The type of the service to be created
45 * run the service
46 * @param[out] pObj Pointer to specific service instance memory
49 * @retVal CPA_STATUS_FAIL Unsupported service type
52 CpaStatus SalCtrl_ServiceCreate(sal_service_type_t service,
73 * This macro is used by both the service and qat event handlers.
82 * list: service or qat
128 * This macro is used by both the service and qat event handlers.
137 * inside the list: service or qat
162 * This function is used to initialize an instance of crypto service.
164 * its required transport handles. It calls the sub crypto service init
180 * @param[in] service A crypto instance
183 CpaStatus SalCtrl_CryptoInit(icp_accel_dev_t *device, sal_service_t *service);
188 * This function is used to start an instance of crypto service.
206 * @param[in] service A crypto instance
209 CpaStatus SalCtrl_CryptoStart(icp_accel_dev_t *device, sal_service_t *service);
214 * This function is used to stop an instance of crypto service.
231 * @param[in] service A crypto instance
234 CpaStatus SalCtrl_CryptoStop(icp_accel_dev_t *device, sal_service_t *service);
239 * This function is used to shutdown an instance of crypto service.
256 * @param[in] service A crypto instance
260 sal_service_t *service);
280 * @param[in] service A sal_service_t* type
290 * This function is used to initialize an instance of compression service.
307 * @param[in] service A compression instance
312 sal_service_t *service);
317 * This function is used to start an instance of compression service.
332 * @param[in] service A compression instance
337 sal_service_t *service);
342 * This function is used to stop an instance of compression service.
359 * @param[in] service A compression instance
364 sal_service_t *service);
369 * This function is used to shutdown an instance of compression service.
386 * @param[in] service A compression instance
391 sal_service_t *service);
423 * This function is used to check if a service is enabled
438 * param[in] service
443 sal_service_type_t service);
448 * This function is used to check if a service is supported on the device
450 * that the latter treats it as an error if the service is unsupported.
465 * param[in] service service or services to check
469 sal_service_type_t service);