Home
last modified time | relevance | path

Searched refs:tmpA (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c973 uint32_t tmpA, tmpN, ta=0, tn=0, initFqFlag; in qm_new_fq() local
1042 for (tmpA=0 ; tmpA<256; tmpA++ ) in qm_new_fq()
1045 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN))); in qm_new_fq()
1048 ta = tmpA; in qm_new_fq()
1099 for (tmpA=0 ; tmpA<256; tmpA++ ) in qm_new_fq()
1102 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN))); in qm_new_fq()
1105 ta = tmpA; in qm_new_fq()
1412 uint32_t maxP, roundDown, roundUp, tmpA, tmpN; in CalcWredCurve() local
1423 for (tmpA=0 ; tmpA<256; tmpA++ ) in CalcWredCurve()
1426 tmp = ABS((int)(p_WredCurve->maxTh - tmpA*(1<<tmpN))); in CalcWredCurve()
[all …]