Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
A Dadf_cnv_dbgfs.c99 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()
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
198 if (!err_stats) in cnv_err_stats_alloc()
201 err_stats->ae_count = ae_count; in cnv_err_stats_alloc()
213 err_stats->ae_cnv_errors[i].is_comp_ae = true; in cnv_err_stats_alloc()
215 err_stats->ae_cnv_errors[i].err_cnt = err_cnt; in cnv_err_stats_alloc()
216 err_stats->ae_cnv_errors[i].ae = ae; in cnv_err_stats_alloc()
[all …]
/linux/drivers/mmc/core/
A Ddebugfs.c239 if (host->err_stats[i]) { in mmc_err_state_get()
275 desc[i], host->err_stats[i]); in mmc_err_stats_show()
292 memset(host->err_stats, 0, sizeof(host->err_stats)); in mmc_err_stats_write()
A Dcore.c2274 host->err_stats[MMC_ERR_CMD_TIMEOUT] = 0; in mmc_rescan()
/linux/drivers/net/fddi/skfp/
A Dhwmtm.c1162 smc->hw.fp.err_stats.err_valid++ ; in process_receive()
1175 smc->hw.fp.err_stats.err_abort++ ; 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()
1347 smc->hw.fp.err_stats.err_imp_frame++ ; in process_receive()
[all …]
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/include/linux/mmc/
A Dhost.h508 u32 err_stats[MMC_ERR_MAX]; member
649 host->err_stats[stat] += 1; in mmc_debugfs_err_stats_inc()
/linux/drivers/net/ethernet/intel/ice/
A Dice_repr.c383 goto err_stats; in ice_repr_create()
398 err_stats: in ice_repr_create()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_counter.c164 goto err_stats; in prestera_counter_block_get()
192 err_stats: in prestera_counter_block_get()
/linux/net/smc/
A Dsmc_stats.c28 goto err_stats; in smc_stats_init()
32 err_stats: in smc_stats_init()
/linux/drivers/net/fddi/skfp/h/
A Dfplustm.h160 struct err_st err_stats ; /* error statistics */ member
/linux/drivers/infiniband/core/
A Dcounters.c162 goto err_stats; in alloc_and_bind()
201 err_stats: in alloc_and_bind()
A Dnldev.c2314 goto err_stats; in stat_get_doit_default_counter()
2320 goto err_stats; in stat_get_doit_default_counter()
2343 err_stats: in stat_get_doit_default_counter()
/linux/net/netfilter/ipvs/
A Dip_vs_ctl.c1093 goto err_stats; in ip_vs_new_dest()
1114 err_stats: in ip_vs_new_dest()
4457 goto err_stats; in ip_vs_control_net_init()
4477 err_stats: in ip_vs_control_net_init()

Completed in 36 milliseconds