drop_rxs         1021 drivers/net/ethernet/atheros/atlx/atl2.c 		u32 drop_rxd, drop_rxs;
drop_rxs         1026 drivers/net/ethernet/atheros/atlx/atl2.c 		drop_rxs = ATL2_READ_REG(&adapter->hw, REG_STS_RXS_OV);
drop_rxs         1029 drivers/net/ethernet/atheros/atlx/atl2.c 		adapter->netdev->stats.rx_over_errors += drop_rxd + drop_rxs;