Searched refs:drop_rxs (Results 1 – 1 of 1) sorted by relevance
1016 u32 drop_rxd, drop_rxs; in atl2_watchdog() local1021 drop_rxs = ATL2_READ_REG(&adapter->hw, REG_STS_RXS_OV); in atl2_watchdog()1024 adapter->netdev->stats.rx_over_errors += drop_rxd + drop_rxs; in atl2_watchdog()