Lines Matching refs:err_stats
331 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()
402 s->tnl_cong_drops = err_stats.tnl_cong_drops[i]; in collect_channel_stats()
403 s->tnl_tx_drops = err_stats.tnl_tx_drops[i]; in collect_channel_stats()
404 s->ofld_vlan_drops = err_stats.ofld_vlan_drops[i]; in collect_channel_stats()
405 s->ofld_chan_drops = err_stats.ofld_chan_drops[i]; in collect_channel_stats()