Searched refs:periodSendRate (Results 1 – 4 of 4) sorted by relevance
143 FILLP_UINT32 periodSendRate) in FillpAlg0CalMaxPackRcvInterval() argument149 pcb->statistics.pack.periodSendRate = periodSendRate; in FillpAlg0CalMaxPackRcvInterval()241 FILLP_UINT32 periodSendRate; /* Kbps */ in FillpAlg0AnalysePack() local245 periodSendRate = 0; in FillpAlg0AnalysePack()250 periodSendRate = (FILLP_UINT32)rate; in FillpAlg0AnalysePack()253 FillpAlg0CalMaxPackRcvInterval(pcb, detaUs, pack->rate, periodSendRate); in FillpAlg0AnalysePack()
1113 FILLP_UINT32 periodSendRate; /* Indicates the packet send rate. */ member
1181 FILLP_SHOWDATABUTT("periodSendRate: %u", pcb->pack.periodSendRate); in FtFillpStatPackStat()
1134 if (pcb->fpcb.statistics.pack.periodSendRate > FILLP_DEFAULT_MIN_RATE) { in FillpCalculateFairness()