Searched refs:historyMaxRecvRate (Results 1 – 2 of 2) sorted by relevance
58 alg->historyMaxRecvRate.maxCnt = FILLP_FC0_PROBE_HISTORY_PACK_MAX_RATE_NUM; in FillpAlg0FlowControlInit()62 alg->historyMaxRecvRate.rateSample[i].i = (FILLP_UINT8)i; in FillpAlg0FlowControlInit()63 alg->historyMaxRecvRate.rateSample[i].v = 0; in FillpAlg0FlowControlInit()75 alg->historyMaxRecvRate.rateSample[0].v = FILLP_DEFAULT_INITIAL_RATE; in FillpAlg0FlowControlInit()94 if (alg->historyMaxRecvRate.rateSample == FILLP_NULL_PTR) { in FillpAlg0FcInit()126 if (alg->historyMaxRecvRate.rateSample != FILLP_NULL_PTR) { in FillpAlg0FcDeinit()128 alg->historyMaxRecvRate.rateSample = FILLP_NULL_PTR; in FillpAlg0FcDeinit()176 alg->historyMaxRecvRate.rateSample[0].v = pack->rate; in FillpAlg0FcHandleInit()177 alg->historyMaxRecvRate.rateSample[0].i = 0; in FillpAlg0FcHandleInit()193 struct FillpRateSample *historyMaxRecvRate = alg->historyMaxRecvRate.rateSample; in FillpAlg0FcHandleBwProbe() local[all …]
50 struct FillpMaxRateSample historyMaxRecvRate; /* State for the parameterized max tracker */ member