Searched refs:probabilityDenominator (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h1110 uint8_t probabilityDenominator; /**< 1-64, the fraction of packets dropped member in struct:t_QmCgWredCurve
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1406 if(p_WredCurve->probabilityDenominator > 64)
1407 RETURN_ERROR(MINOR, E_INVALID_VALUE, ("probabilityDenominator mustn't be 1-64"));
1409 /* first we translate from Cisco probabilityDenominator
1413 maxP = (uint32_t)(256*1000/p_WredCurve->probabilityDenominator);
1428 RETURN_ERROR(MINOR, E_INVALID_VALUE, ("Due to probabilityDenominator selected, maxTh-minTh must be larger than %d", maxP));

Completed in 103 milliseconds