Symbol: service_hndl
sys/dev/qat/include/common/adf_common_drv.h
75
int adf_service_register(struct service_hndl *service);
sys/dev/qat/include/common/adf_common_drv.h
76
int adf_service_unregister(struct service_hndl *service);
sys/dev/qat/qat_api/qat_kernel/src/lac_adf_interface_freebsd.c
14
static struct service_hndl adfService = { 0 };
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
40
static struct service_hndl adf_state_hndl;
sys/dev/qat/qat_common/adf_init.c
196
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
201
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
286
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
392
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
42
adf_service_add(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
448
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
491
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
50
adf_service_register(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
550
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
578
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
59
adf_service_remove(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
619
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
654
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
67
adf_service_unregister(struct service_hndl *service)
sys/dev/qat/qat_common/adf_init.c
722
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
727
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
763
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
768
service = list_entry(list_itr, struct service_hndl, list);
sys/dev/qat/qat_common/adf_init.c
794
struct service_hndl *service;
sys/dev/qat/qat_common/adf_init.c
799
service = list_entry(list_itr, struct service_hndl, list);