rx_received 2401 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c int rx_received, i; rx_received 2403 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c rx_received = mvpp2_rxq_received(port, rxq->id); rx_received 2404 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c if (!rx_received) rx_received 2407 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c for (i = 0; i < rx_received; i++) { rx_received 2419 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c mvpp2_rxq_status_update(port, rxq->id, rx_received, rx_received); rx_received 2922 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c int rx_received; rx_received 2928 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c rx_received = mvpp2_rxq_received(port, rxq->id); rx_received 2929 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c if (rx_todo > rx_received) rx_received 2930 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c rx_todo = rx_received;