Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c246 accel_dev->fw_cntr_dbgfile = debugfs_create_file("fw_counters", 0400, in adf_fw_counters_dbgfs_add()
263 debugfs_remove(accel_dev->fw_cntr_dbgfile); in adf_fw_counters_dbgfs_rm()
264 accel_dev->fw_cntr_dbgfile = NULL; in adf_fw_counters_dbgfs_rm()
H A Dadf_accel_devices.h465 struct dentry *fw_cntr_dbgfile; member