new_rx_pending   3496 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u16 new_rx_pending = ring->rx_pending;
new_rx_pending   3503 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		new_rx_pending = MVPP2_MAX_RXD_MAX;
new_rx_pending   3505 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		new_rx_pending = ALIGN(ring->rx_pending, 16);
new_rx_pending   3518 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (ring->rx_pending != new_rx_pending) {
new_rx_pending   3520 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			    ring->rx_pending, new_rx_pending);
new_rx_pending   3521 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ring->rx_pending = new_rx_pending;