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

/freebsd-13-stable/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-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1440 if(p_WredCurve->probabilityDenominator > 64)
1441 RETURN_ERROR(MINOR, E_INVALID_VALUE, ("probabilityDenominator mustn't be 1-64"));
1443 /* first we translate from Cisco probabilityDenominator
1447 maxP = (uint32_t)(256*1000/p_WredCurve->probabilityDenominator);
1462 RETURN_ERROR(MINOR, E_INVALID_VALUE, ("Due to probabilityDenominator selected, maxTh-minTh must be larger than %d", maxP));

Completed in 27 milliseconds