Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qat/qat_common/
HDadf_cfg.c187 struct adf_cfg_section *ptr_sec, *iter_sec; in adf_cfg_section_restore_all() local
198 iter_sec = malloc(sizeof(*iter_sec), M_QAT, M_WAITOK | M_ZERO); in adf_cfg_section_restore_all()
200 strlcpy(iter_sec->name, ptr_sec->name, sizeof(iter_sec->name)); in adf_cfg_section_restore_all()
202 INIT_LIST_HEAD(&iter_sec->param_head); in adf_cfg_section_restore_all()
213 list_add_tail(&key_val->list, &iter_sec->param_head); in adf_cfg_section_restore_all()
215 list_add_tail(&iter_sec->list, restore_list); in adf_cfg_section_restore_all()
444 struct adf_cfg_section *ptr_sec, *iter_sec; in adf_cfg_section_save_all() local
453 iter_sec = malloc(sizeof(*iter_sec), M_QAT, M_WAITOK | M_ZERO); in adf_cfg_section_save_all()
455 adf_cfg_save_section(accel_dev, ptr_sec->name, iter_sec); in adf_cfg_section_save_all()
456 list_add_tail(&iter_sec->list, save_list); in adf_cfg_section_save_all()