Searched refs:fqTailDropThreshold (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/dpaa/
H A Dqman.c352 fqr.congestionAvoidanceParams.fqTailDropThreshold =
357 fqr.congestionAvoidanceParams.fqTailDropThreshold = 0;
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h837 uint32_t fqTailDropThreshold; /**< if not "0" - enable tail drop on this FQR */ member in struct:__anon9912
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1036 ASSERT_COND(p_CgParams->fqTailDropThreshold);
1041 gap = (int)p_CgParams->fqTailDropThreshold;
1045 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN)));
1093 ASSERT_COND(p_CgParams->fqTailDropThreshold);
1098 gap = (int)p_CgParams->fqTailDropThreshold;
1102 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN)));
1966 (p_QmFqrParams->congestionAvoidanceParams.fqTailDropThreshold == 0))
1976 if(p_QmFqrParams->congestionAvoidanceParams.fqTailDropThreshold)

Completed in 85 milliseconds