Searched refs:FILLP_FC_IN_BIT (Results 1 – 3 of 3) sorted by relevance
28 #define FILLP_FC_IN_BIT 8 macro
179 flowControl->sendInterval = (FILLP_LLONG)(pcb->pktSize * FILLP_FC_IN_KBPS * FILLP_FC_IN_BIT); in FillpCalSendInterval()186 pcb->sendTimerNode.interval = (FILLP_UINT32)(flowControl->sendInterval / FILLP_FC_IN_BIT); in FillpCalSendInterval()
247 double rate = (double)pcb->statistics.debugPcb.packIntervalSendBytes * FILLP_FC_IN_BIT; in FillpAlg0AnalysePack()