Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Dqman.c347 fqr.congestionAvoidanceParams.fqTailDropThreshold = in qman_fqr_create()
352 fqr.congestionAvoidanceParams.fqTailDropThreshold = 0; in qman_fqr_create()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1036 ASSERT_COND(p_CgParams->fqTailDropThreshold); in qm_new_fq()
1041 gap = (int)p_CgParams->fqTailDropThreshold; in qm_new_fq()
1045 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN))); in qm_new_fq()
1093 ASSERT_COND(p_CgParams->fqTailDropThreshold); in qm_new_fq()
1098 gap = (int)p_CgParams->fqTailDropThreshold; in qm_new_fq()
1102 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN))); in qm_new_fq()
1964 (p_QmFqrParams->congestionAvoidanceParams.fqTailDropThreshold == 0)) in QM_FQR_Create()
1974 if(p_QmFqrParams->congestionAvoidanceParams.fqTailDropThreshold) in QM_FQR_Create()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h837 uint32_t fqTailDropThreshold; /**< if not "0" - enable tail drop on this FQR */ member