Searched refs:adf_cfg_section (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg.c | 158 adf_cfg_keyval_add(struct adf_cfg_key_val *new, struct adf_cfg_section *sec) in adf_cfg_keyval_add() 164 adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove() 187 struct adf_cfg_section *ptr_sec, *iter_sec; in adf_cfg_section_restore_all() 197 ptr_sec = list_entry(list, struct adf_cfg_section, list); in adf_cfg_section_restore_all() 247 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_del() 273 struct adf_cfg_section *ptr; in adf_cfg_section_del_all() 278 ptr = list_entry(list, struct adf_cfg_section, list); in adf_cfg_section_del_all() 286 adf_cfg_key_value_find(struct adf_cfg_section *s, const char *key) in adf_cfg_key_value_find() 300 struct adf_cfg_section * 308 struct adf_cfg_section *ptr = in adf_cfg_sec_find() [all …]
|
H A D | adf_freebsd_cfg_dev_dbg.c | 19 struct adf_cfg_section *sec; in qat_dev_cfg_show()
|
H A D | adf_cfg_device.c | 1166 struct adf_cfg_section *sec; in adf_config_device() 1193 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device() 1207 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device() 1221 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device() 1235 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device() 1260 sec = list_entry(list, struct adf_cfg_section, list); in adf_config_device()
|
H A D | adf_cfg_section.c | 397 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 D | adf_freebsd_dev_processes.c | 185 struct adf_cfg_section *section_ptr = NULL; in adf_processes_write()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_cfg.h | 20 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);
|
/freebsd/sys/modules/qat/qat_common/ |
H A D | Makefile | 16 SRCS+= adf_cfg_device.c adf_cfg_section.c adf_cfg_instance.c adf_cfg_bundle.c adf_cfg_sysctl.c
|