Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c331 struct tp_err_stats err_stats; in collect_adapter_stats() local
341 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() local
392 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 …]
/drivers/net/fddi/skfp/
Dhwmtm.c1170 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 …]
Dfplustm.c346 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()
/drivers/net/fddi/skfp/h/
Dfplustm.h164 struct err_st err_stats ; /* error statistics */ member