Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_cfg.h34 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
A Dadf_gen2_config.c182 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC); in adf_gen2_dev_config()
186 ret = adf_cfg_section_add(accel_dev, "Accelerator0"); in adf_gen2_dev_config()
A Dadf_cfg.c306 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name) in adf_cfg_section_add() function
325 EXPORT_SYMBOL_GPL(adf_cfg_section_add);
A Dadf_sriov.c167 if (adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC)) in adf_sriov_configure()
A Dadf_init.c390 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_dev_shutdown_cache_cfg()
A Dadf_ctl_drv.c155 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data()
/linux-6.3-rc2/drivers/crypto/qat/qat_4xxx/
A Dadf_drv.c51 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_cfg_dev_init()
248 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC); in adf_gen4_dev_config()
252 ret = adf_cfg_section_add(accel_dev, "Accelerator0"); in adf_gen4_dev_config()

Completed in 10 milliseconds