Searched refs:cnv_err_stats (Results 1 – 1 of 1) sorted by relevance
73 struct cnv_err_stats { struct94 struct cnv_err_stats *err_stats = sfile->private; in qat_cnv_errors_seq_start() argument108 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() local230 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 …]