Searched refs:rx_over (Results 1 – 5 of 5) sorted by relevance
124 unsigned int rx_over; /* Receiver Overruns */ member
414 u64 rx_over = 0, rx_missed = 0; in fbnic_get_stats64() local 476 rx_over += fbd->hw_stats.hw_q[i].rde_pkt_cq_drop.value; in fbnic_get_stats64() 477 rx_over += fbd->hw_stats.hw_q[i].rde_pkt_bdq_drop.value; in fbnic_get_stats64() 487 stats64->rx_over_errors = rx_over; in fbnic_get_stats64()
580 scc->stat.rx_over++; /* count them */ in scc_spint() 1965 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats() 1967 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats() 2051 stat->rxframes, stat->rxerrs, stat->rx_over, in scc_net_seq_show()
392 struct fza_counter rx_over; /* receive data overruns */ member
2071 u32 rx_good, rx_over; in tlan_read_and_clear_stats() local 2086 rx_over = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats() 2107 dev->stats.rx_errors += rx_over + crc + code; in tlan_read_and_clear_stats() 2113 dev->stats.rx_over_errors += rx_over; in tlan_read_and_clear_stats()