Searched refs:rx_received (Results 1 – 1 of 1) sorted by relevance
4143 int rx_received, i; in mvpp2_rxq_drop_pkts() local4145 rx_received = mvpp2_rxq_received(port, rxq->id); in mvpp2_rxq_drop_pkts()4146 if (!rx_received) in mvpp2_rxq_drop_pkts()4149 for (i = 0; i < rx_received; i++) { in mvpp2_rxq_drop_pkts()4157 mvpp2_rxq_status_update(port, rxq->id, rx_received, rx_received); in mvpp2_rxq_drop_pkts()5193 int rx_received; in mvpp2_recv() local5201 rx_received = mvpp2_rxq_received(port, rxq->id); in mvpp2_recv()5204 if (!rx_received) in mvpp2_recv()