Home
last modified time | relevance | path

Searched refs:service_hndl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_init.c32 adf_service_add(struct service_hndl *service) in adf_service_add()
40 adf_service_register(struct service_hndl *service) in adf_service_register()
49 adf_service_remove(struct service_hndl *service) in adf_service_remove()
57 adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
186 struct service_hndl *service; in adf_error_notifier()
191 service = list_entry(list_itr, struct service_hndl, list); in adf_error_notifier()
264 struct service_hndl *service; in adf_dev_init()
370 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
414 struct service_hndl *service; in adf_dev_start()
463 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
[all …]
H A Dadf_freebsd_dev_processes.c41 static struct service_hndl adf_state_hndl;
/freebsd/sys/dev/qat/include/common/
H A Dadf_common_drv.h61 struct service_hndl { struct
75 int adf_service_register(struct service_hndl *service); argument
76 int adf_service_unregister(struct service_hndl *service);
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dlac_adf_interface_freebsd.c14 static struct service_hndl adfService = { 0 };