Home
last modified time | relevance | path

Searched refs:param_head (Results 1 – 6 of 6) sorted by relevance

/src/sys/dev/qat/qat_common/
H A Dadf_cfg.c130 list_add_tail(&new->list, &sec->param_head); in adf_cfg_keyval_add()
137 struct list_head *head = &sec->param_head; in adf_cfg_keyval_remove()
172 INIT_LIST_HEAD(&iter_sec->param_head); in adf_cfg_section_restore_all()
175 list_for_each_entry(ptr_key, &ptr_sec->param_head, list) in adf_cfg_section_restore_all()
183 list_add_tail(&key_val->list, &iter_sec->param_head); in adf_cfg_section_restore_all()
221 adf_cfg_keyval_del_all(&sec->param_head); in adf_cfg_section_del()
249 adf_cfg_keyval_del_all(&ptr->param_head); in adf_cfg_section_del_all()
260 list_for_each(list, &s->param_head) in adf_cfg_key_value_find()
395 INIT_LIST_HEAD(&section->param_head); in adf_cfg_save_section()
398 list_for_each_entry(ptr, &sec->param_head, list) in adf_cfg_save_section()
[all …]
H A Dadf_fw_counters.c165 list_for_each_prev_safe(list_ptr, tmp_val, &ptr->param_head) in adf_read_fw_counters()
266 list_add_tail(&new->list, &sec->param_head); in adf_fw_counters_keyval_add()
292 adf_fw_counters_keyval_del_all(&ptr->param_head); in adf_fw_counters_section_del_all()
384 INIT_LIST_HEAD(&sec->param_head); in adf_fw_counters_section_add()
H A Dadf_freebsd_cfg_dev_dbg.c34 list_for_each_entry(ptr, &sec->param_head, list) in qat_dev_cfg_show()
H A Dadf_cfg_section.c402 list_for_each(list, &sec_process->param_head) in adf_cfg_section_copy()
800 head = &sec->param_head; in adf_cfg_cleanup_user_section()
/src/sys/dev/qat/include/
H A Dadf_fw_counters.h24 struct list_head param_head; member
/src/sys/dev/qat/include/common/
H A Dadf_cfg.h25 struct list_head param_head; member