Searched refs:adfService (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/qat/qat_api/qat_kernel/src/
H A Dlac_adf_interface_freebsd.c14 static struct service_hndl adfService = { 0 }; variable in typeref:struct:service_hndl
153 adfService.name = sal_service_reg_handle->subsystem_name;
154 adfService.event_hld = adf_event_handler;
156 if (adf_service_register(&adfService) == 0) {
172 if (adf_service_unregister(&adfService) == 0) {

Completed in 50 milliseconds