Searched refs:err_stats (Results 1 – 4 of 4) sorted by relevance
331 struct tp_err_stats err_stats; in collect_adapter_stats() local341 t4_tp_get_err_stats(adap, &err_stats); in collect_adapter_stats()365 s->ofld_no_neigh = err_stats.ofld_no_neigh; in collect_adapter_stats()366 s->ofld_cong_defer = err_stats.ofld_cong_defer; in collect_adapter_stats()385 struct tp_err_stats err_stats; in collect_channel_stats() local392 t4_tp_get_err_stats(adap, &err_stats); in collect_channel_stats()398 s->mac_in_errs = err_stats.mac_in_errs[i]; in collect_channel_stats()399 s->hdr_in_errs = err_stats.hdr_in_errs[i]; in collect_channel_stats()400 s->tcp_in_errs = err_stats.tcp_in_errs[i]; in collect_channel_stats()401 s->tcp6_in_errs = err_stats.tcp6_in_errs[i]; in collect_channel_stats()[all …]
1170 smc->hw.fp.err_stats.err_valid++ ; in process_receive()1183 smc->hw.fp.err_stats.err_abort++ ; in process_receive()1190 smc->hw.fp.err_stats.err_e_indicator++ ; in process_receive()1194 smc->hw.fp.err_stats.err_crc++ ; in process_receive()1198 smc->hw.fp.err_stats.err_imp_frame++ ; in process_receive()1204 smc->hw.fp.err_stats.err_too_long++ ; in process_receive()1267 smc->hw.fp.err_stats.err_no_buf++ ; in process_receive()1296 smc->hw.fp.err_stats.err_smt_frame++ ; in process_receive()1312 smc->hw.fp.err_stats.err_smt_frame++ ; in process_receive()1353 smc->hw.fp.err_stats.err_mac_frame++ ; in process_receive()[all …]
346 ec = (u_long *)&smc->hw.fp.err_stats ; in mac_counter_init()764 smc->hw.fp.err_stats.err_bec_stat++ ; in mac2_irq()766 smc->hw.fp.err_stats.err_clm_stat++ ; in mac2_irq()780 smc->hw.fp.err_stats.err_phinv++ ; in mac2_irq()782 smc->hw.fp.err_stats.err_sifg_det++ ; in mac2_irq()784 smc->hw.fp.err_stats.err_tkiss++ ; in mac2_irq()786 smc->hw.fp.err_stats.err_tkerr++ ; in mac2_irq()
164 struct err_st err_stats ; /* error statistics */ member