cause_rx         3331 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 cause_rx_tx, cause_rx, cause_tx, cause_misc;
cause_rx         3372 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	cause_rx = cause_rx_tx &
cause_rx         3374 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	cause_rx <<= qv->first_rxq;
cause_rx         3375 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	cause_rx |= qv->pending_cause_rx;
cause_rx         3376 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	while (cause_rx && budget > 0) {
cause_rx         3380 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		rxq = mvpp2_get_rx_queue(port, cause_rx);
cause_rx         3392 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			cause_rx &= ~(1 << rxq->logic_rxq);
cause_rx         3397 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		cause_rx = 0;
cause_rx         3402 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	qv->pending_cause_rx = cause_rx;