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.c135 accel_dev->debugfs_ae_config = ae_conf_ctl; in c4xxx_add_debugfs_ae_config()
136 if (!accel_dev->debugfs_ae_config) { in c4xxx_add_debugfs_ae_config()
164 if (!accel_dev->debugfs_ae_config) in c4xxx_exit_ae_config()
168 remove_oid(accel_dev, accel_dev->debugfs_ae_config); in c4xxx_exit_ae_config()
170 accel_dev->debugfs_ae_config = NULL; in c4xxx_exit_ae_config()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h680 struct sysctl_oid *debugfs_ae_config; member