Searched refs:adf_cfg_section_add (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/crypto/qat/qat_common/ |
D | adf_sriov.c | 135 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC); in adf_sriov_prepare_restart() 193 if (adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC)) in adf_sriov_configure()
|
D | adf_cfg.h | 34 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
|
D | adf_cfg.c | 267 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name) in adf_cfg_section_add() function 286 EXPORT_SYMBOL_GPL(adf_cfg_section_add);
|
D | qat_crypto.c | 156 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()
|
D | adf_ctl_drv.c | 151 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data()
|
/linux-5.19.10/drivers/crypto/qat/qat_4xxx/ |
D | adf_drv.c | 40 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()
|