Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/qat/qat_4xxx/
Dadf_drv.c40 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_cfg_dev_init()
71 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC); in adf_crypto_dev_config()
75 ret = adf_cfg_section_add(accel_dev, "Accelerator0"); in adf_crypto_dev_config()
/Linux-v6.1/drivers/crypto/qat/qat_common/
Dadf_cfg.h34 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
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);
Dqat_crypto.c156 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC); in qat_crypto_dev_config()
160 ret = adf_cfg_section_add(accel_dev, "Accelerator0"); in qat_crypto_dev_config()
Dadf_sriov.c167 if (adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC)) in adf_sriov_configure()
Dadf_init.c379 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_dev_shutdown_cache_cfg()
Dadf_ctl_drv.c155 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data()