cause_tx         3331 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 cause_rx_tx, cause_rx, cause_tx, cause_misc;
cause_tx         3364 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		cause_tx = cause_rx_tx & MVPP2_CAUSE_TXQ_OCCUP_DESC_ALL_MASK;
cause_tx         3365 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (cause_tx) {
cause_tx         3366 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			cause_tx >>= MVPP2_CAUSE_TXQ_OCCUP_DESC_ALL_OFFSET;
cause_tx         3367 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			mvpp2_tx_done(port, cause_tx, qv->sw_thread_id);