Searched refs:adf_cfg_section_add (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen2_config.c | 183 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 D | adf_cfg.h | 36 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
|
H A D | adf_cfg.c | 322 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 D | adf_sriov.c | 167 if (adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC)) in adf_sriov_configure()
|
H A D | adf_ctl_drv.c | 156 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data()
|
H A D | adf_init.c | 429 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 D | adf_drv.c | 45 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()
|