Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c95 static inline uint32_t GetThetaByLinkSpeed(uint32_t speedByte, uint32_t mtu) in GetThetaByLinkSpeed() function
128 uint32_t thetaTx = GetThetaByLinkSpeed(speedTX, mtu); in GetWlanConngestSendRate()
129 uint32_t thetaRx = GetThetaByLinkSpeed(speedRX, mtu); in GetWlanConngestSendRate()
152 uint32_t thetaTx = GetThetaByLinkSpeed(speedTX, mtu); in GetP2pCongestSendRate()
262 uint32_t thetaTx = GetThetaByLinkSpeed(speedTX, mtu); in GetWlanConngestSendRateDMsg()
263 uint32_t thetaRx = GetThetaByLinkSpeed(speedRX, mtu); in GetWlanConngestSendRateDMsg()
281 uint32_t thetaTx = GetThetaByLinkSpeed(speedTX, mtu); in GetP2pCongestSendRateDmsg()