Home
last modified time | relevance | path

Searched refs:debugfs_ae_config (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_ae_config.c130 accel_dev->debugfs_ae_config = ae_conf_ctl; in c4xxx_add_debugfs_ae_config()
131 if (!accel_dev->debugfs_ae_config) { in c4xxx_add_debugfs_ae_config()
159 if (!accel_dev->debugfs_ae_config) in c4xxx_exit_ae_config()
163 remove_oid(accel_dev, accel_dev->debugfs_ae_config); in c4xxx_exit_ae_config()
165 accel_dev->debugfs_ae_config = NULL; in c4xxx_exit_ae_config()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h673 struct sysctl_oid *debugfs_ae_config; member