Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_config.c183 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC); in adf_gen2_dev_config()
187 ret = adf_cfg_section_add(accel_dev, "Accelerator0"); in adf_gen2_dev_config()
199 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_gen2_dev_config()
H A Dadf_cfg.h36 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
H A Dadf_cfg.c322 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name) in adf_cfg_section_add() function
341 EXPORT_SYMBOL_GPL(adf_cfg_section_add);
H A Dadf_sriov.c167 if (adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC)) in adf_sriov_configure()
H A Dadf_ctl_drv.c156 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data()
H A Dadf_init.c429 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_dev_shutdown_cache_cfg()
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_drv.c45 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_cfg_dev_init()
259 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC); in adf_gen4_dev_config()
263 ret = adf_cfg_section_add(accel_dev, "Accelerator0"); in adf_gen4_dev_config()