Searched refs:param_head (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg.c | 160 list_add_tail(&new->list, &sec->param_head); in adf_cfg_keyval_add() 167 struct list_head *head = &sec->param_head; in adf_cfg_keyval_remove() 202 INIT_LIST_HEAD(&iter_sec->param_head); in adf_cfg_section_restore_all() 205 list_for_each_entry(ptr_key, &ptr_sec->param_head, list) in adf_cfg_section_restore_all() 213 list_add_tail(&key_val->list, &iter_sec->param_head); in adf_cfg_section_restore_all() 251 adf_cfg_keyval_del_all(&sec->param_head); in adf_cfg_section_del() 279 adf_cfg_keyval_del_all(&ptr->param_head); in adf_cfg_section_del_all() 290 list_for_each(list, &s->param_head) in adf_cfg_key_value_find() 425 INIT_LIST_HEAD(§ion->param_head); in adf_cfg_save_section() 428 list_for_each_entry(ptr, &sec->param_head, list) in adf_cfg_save_section() [all …]
|
H A D | adf_fw_counters.c | 161 list_for_each_prev_safe(list_ptr, tmp_val, &ptr->param_head) in adf_read_fw_counters() 259 list_add_tail(&new->list, &sec->param_head); in adf_fw_counters_keyval_add() 285 adf_fw_counters_keyval_del_all(&ptr->param_head); in adf_fw_counters_section_del_all() 377 INIT_LIST_HEAD(&sec->param_head); in adf_fw_counters_section_add()
|
H A D | adf_freebsd_cfg_dev_dbg.c | 30 list_for_each_entry(ptr, &sec->param_head, list) in qat_dev_cfg_show()
|
H A D | adf_cfg_section.c | 402 list_for_each(list, &sec_process->param_head) in adf_cfg_section_copy() 800 head = &sec->param_head; in adf_cfg_cleanup_user_section()
|
/freebsd/sys/dev/qat/include/ |
H A D | adf_fw_counters.h | 24 struct list_head param_head; member
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_cfg.h | 25 struct list_head param_head; member
|