Home
last modified time | relevance | path

Searched refs:historyMaxRecvRate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c58 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 …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h50 struct FillpMaxRateSample historyMaxRecvRate; /* State for the parameterized max tracker */ member