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

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.h36 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
H A Dadf_gen2_config.c183 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC);
187 ret = adf_cfg_section_add(accel_dev, "Accelerator0");
199 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC);
H A Dadf_gen4_config.c219 ret = adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC);
223 ret = adf_cfg_section_add(accel_dev, "Accelerator0");
270 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC);
H A Dadf_cfg.c310 * adf_cfg_section_add() - Add config section entry to config table.
320 int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name) function
339 EXPORT_SYMBOL_GPL(adf_cfg_section_add); variable
H A Dadf_sriov.c195 if (adf_cfg_section_add(accel_dev, ADF_KERNEL_SEC))
H A Dadf_ctl_drv.c156 if (adf_cfg_section_add(accel_dev, section.name)) {
H A Dadf_init.c460 ret = adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC);

Completed in 201 milliseconds