Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c94 struct cnv_err_stats *err_stats = sfile->private; in qat_cnv_errors_seq_start() local
99 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() local
112 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() local
196 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 …]
/linux/drivers/net/fddi/skfp/
H A Dhwmtm.c1162 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 …]
H A Dfplustm.c338 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()
/linux/net/smc/
H A Dsmc_stats.c28 goto err_stats; in smc_stats_init()
32 err_stats: in smc_stats_init()
/linux/drivers/net/fddi/skfp/h/
H A Dfplustm.h160 struct err_st err_stats ; /* error statistics */ member