Home
last modified time | relevance | path

Searched refs:adf_cfg_section (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/qat/qat_common/
H A Dadf_cfg.c128 adf_cfg_keyval_add(struct adf_cfg_key_val *new, struct adf_cfg_section *sec) in adf_cfg_keyval_add()
134 adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove()
157 struct adf_cfg_section *ptr_sec, *iter_sec; in adf_cfg_section_restore_all()
167 ptr_sec = list_entry(list, struct adf_cfg_section, list); in adf_cfg_section_restore_all()
217 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_del()
243 struct adf_cfg_section *ptr; in adf_cfg_section_del_all()
248 ptr = list_entry(list, struct adf_cfg_section, list); in adf_cfg_section_del_all()
256 adf_cfg_key_value_find(struct adf_cfg_section *s, const char *key) in adf_cfg_key_value_find()
270 struct adf_cfg_section *
278 struct adf_cfg_section *ptr = in adf_cfg_sec_find()
[all …]
H A Dadf_freebsd_cfg_dev_dbg.c20 struct adf_cfg_section *sec; in qat_dev_cfg_show()
H A Dadf_cfg_device.c1178 struct adf_cfg_section *sec; in adf_config_device()
1205 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device()
1219 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device()
1233 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device()
1247 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device()
1272 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device()
H A Dadf_cfg_section.c397 struct adf_cfg_section *sec_process = in adf_cfg_section_copy()
790 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_cleanup_user_section()
H A Dadf_freebsd_dev_processes.c185 struct adf_cfg_section *section_ptr = NULL; in adf_processes_write()
/src/sys/dev/qat/include/common/
H A Dadf_cfg.h20 struct adf_cfg_section { struct
60 struct adf_cfg_section *section);
63 struct adf_cfg_section *adf_cfg_sec_find(struct adf_accel_dev *accel_dev,
81 struct adf_cfg_section *section);
/src/sys/modules/qat/qat_common/
H A DMakefile16 SRCS+= adf_cfg_device.c adf_cfg_section.c adf_cfg_instance.c adf_cfg_bundle.c adf_cfg_sysctl.c