Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c73 struct cnv_err_stats { struct
94 struct cnv_err_stats *err_stats = sfile->private; in qat_cnv_errors_seq_start() argument
108 struct cnv_err_stats *err_stats = sfile->private; in qat_cnv_errors_seq_next()
172 static struct cnv_err_stats *cnv_err_stats_alloc(struct adf_accel_dev *accel_dev) in cnv_err_stats_alloc()
175 struct cnv_err_stats *err_stats; in cnv_err_stats_alloc()
227 struct cnv_err_stats *cnv_err_stats; in qat_cnv_errors_file_open() local
230 cnv_err_stats = cnv_err_stats_alloc(accel_dev); in qat_cnv_errors_file_open()
231 if (IS_ERR(cnv_err_stats)) in qat_cnv_errors_file_open()
232 return PTR_ERR(cnv_err_stats); in qat_cnv_errors_file_open()
236 kfree(cnv_err_stats); in qat_cnv_errors_file_open()
[all …]