Searched refs:adf_cfg_key_val (Results 1 – 4 of 4) 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() 171 struct adf_cfg_key_val *ptr = in adf_cfg_keyval_remove() 172 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_remove() 188 struct adf_cfg_key_val *ptr_key; in adf_cfg_section_restore_all() 207 struct adf_cfg_key_val *key_val; in adf_cfg_section_restore_all() 263 struct adf_cfg_key_val *ptr = in adf_cfg_keyval_del_all() 264 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_del_all() 285 static struct adf_cfg_key_val * 292 struct adf_cfg_key_val *ptr = in adf_cfg_key_value_find() 293 list_entry(list, struct adf_cfg_key_val, list); in adf_cfg_key_value_find() [all …]
|
H A D | adf_freebsd_cfg_dev_dbg.c | 20 struct adf_cfg_key_val *ptr; in qat_dev_cfg_show()
|
H A D | adf_cfg_section.c | 404 struct adf_cfg_key_val *ptr = in adf_cfg_section_copy() 405 list_entry(list, struct adf_cfg_key_val, list); in adf_cfg_section_copy() 803 struct adf_cfg_key_val *ptr = in adf_cfg_cleanup_user_section() 804 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_cleanup_user_section()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_cfg.h | 13 struct adf_cfg_key_val { struct
|