tid_aux           677 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 	int tid_aux, tid;
tid_aux           692 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		for (tid_aux = MVPP2_PE_LAST_FREE_TID;
tid_aux           693 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		     tid_aux >= MVPP2_PE_FIRST_FREE_TID; tid_aux--) {
tid_aux           696 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 			if (!priv->prs_shadow[tid_aux].valid ||
tid_aux           697 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 			    priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN)
tid_aux           700 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 			mvpp2_prs_init_from_hw(priv, &pe, tid_aux);
tid_aux           707 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		if (tid <= tid_aux)
tid_aux           795 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 	int tid_aux, tid, ai, ret = 0;
tid_aux           815 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		for (tid_aux = MVPP2_PE_FIRST_FREE_TID;
tid_aux           816 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		     tid_aux <= MVPP2_PE_LAST_FREE_TID; tid_aux++) {
tid_aux           819 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 			if (!priv->prs_shadow[tid_aux].valid ||
tid_aux           820 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 			    priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN)
tid_aux           823 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 			mvpp2_prs_init_from_hw(priv, &pe, tid_aux);
tid_aux           831 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c 		if (tid >= tid_aux)