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