Searched refs:err_stats (Results 1 – 5 of 5) sorted by relevance
94 struct cnv_err_stats *err_stats = sfile->private; in qat_cnv_errors_seq_start() local99 if (*pos > err_stats->ae_count) in qat_cnv_errors_seq_start()102 return &err_stats->ae_cnv_errors[*pos - 1]; in qat_cnv_errors_seq_start()108 struct cnv_err_stats *err_stats = sfile->private; in qat_cnv_errors_seq_next() local112 if (*pos > err_stats->ae_count) in qat_cnv_errors_seq_next()115 return &err_stats->ae_cnv_errors[*pos - 1]; in qat_cnv_errors_seq_next()175 struct cnv_err_stats *err_stats; in cnv_err_stats_alloc() local196 err_stats_size = struct_size(err_stats, ae_cnv_errors, ae_count); in cnv_err_stats_alloc()197 err_stats = kmalloc(err_stats_size, GFP_KERNEL); in cnv_err_stats_alloc()198 if (!err_stats) in cnv_err_stats_alloc()[all …]
1162 smc->hw.fp.err_stats.err_valid++ ; in process_receive()1175 smc->hw.fp.err_stats.err_abort++ ; in process_receive()1182 smc->hw.fp.err_stats.err_e_indicator++ ; in process_receive()1186 smc->hw.fp.err_stats.err_crc++ ; in process_receive()1190 smc->hw.fp.err_stats.err_imp_frame++ ; in process_receive()1196 smc->hw.fp.err_stats.err_too_long++ ; in process_receive()1259 smc->hw.fp.err_stats.err_no_buf++ ; in process_receive()1288 smc->hw.fp.err_stats.err_smt_frame++ ; in process_receive()1304 smc->hw.fp.err_stats.err_smt_frame++ ; in process_receive()1345 smc->hw.fp.err_stats.err_mac_frame++ ; in process_receive()[all …]
338 ec = (u_long *)&smc->hw.fp.err_stats ; in mac_counter_init()756 smc->hw.fp.err_stats.err_bec_stat++ ; in mac2_irq()758 smc->hw.fp.err_stats.err_clm_stat++ ; in mac2_irq()772 smc->hw.fp.err_stats.err_phinv++ ; in mac2_irq()774 smc->hw.fp.err_stats.err_sifg_det++ ; in mac2_irq()776 smc->hw.fp.err_stats.err_tkiss++ ; in mac2_irq()778 smc->hw.fp.err_stats.err_tkerr++ ; in mac2_irq()
28 goto err_stats; in smc_stats_init()32 err_stats: in smc_stats_init()
160 struct err_st err_stats ; /* error statistics */ member