Home
last modified time | relevance | path

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

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