Searched refs:err_stats (Results 1 – 6 of 6) sorted by relevance
306 stats->rx_errors = atomic_long_read(&vport->err_stats.rx_errors); in ovs_vport_get_stats()307 stats->tx_errors = atomic_long_read(&vport->err_stats.tx_errors); in ovs_vport_get_stats()308 stats->tx_dropped = atomic_long_read(&vport->err_stats.tx_dropped); in ovs_vport_get_stats()309 stats->rx_dropped = atomic_long_read(&vport->err_stats.rx_dropped); in ovs_vport_get_stats()541 atomic_long_inc(&vport->err_stats.rx_dropped); in ovs_vport_record_error()545 atomic_long_inc(&vport->err_stats.rx_errors); in ovs_vport_record_error()549 atomic_long_inc(&vport->err_stats.tx_dropped); in ovs_vport_record_error()553 atomic_long_inc(&vport->err_stats.tx_errors); in ovs_vport_record_error()
120 struct vport_err_stats err_stats; member
206 struct net_device_stats *err_stats, in iptunnel_xmit_stats() argument218 err_stats->tx_errors++; in iptunnel_xmit_stats()219 err_stats->tx_aborted_errors++; in iptunnel_xmit_stats()221 err_stats->tx_dropped++; in iptunnel_xmit_stats()
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