Searched refs:largeBandwidth (Results 1 – 2 of 2) sorted by relevance
3012 uint64 largeBandwidth; local3030 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …3031 if( largeBandwidth < 100UL )3033 … largeBandwidth = 100UL; /* Min of 1% bandwidth, otherwise frames would get stuck in the switch */3036 bandwidth = (uint32)(largeBandwidth/100UL);3037 … bandwidth = ((uint64)((((uint64)bandwidth)*100UL)+50UL)>largeBandwidth)?bandwidth:(bandwidth+1UL);3050 …largeEgressHiCredit = largeBandwidth * Netc_Eth_Ip_MaxFrameSize * (Netc_Eth_Ip_NetcClockFrequency …
5439 uint64 largeBandwidth; local5462 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …5463 if( largeBandwidth < 100UL )5465 … largeBandwidth = 100UL; /* Min of 1% bandwidth, otherwise frames would get stuck in the switch */5468 bandwidth = (uint32)(largeBandwidth/100UL);5469 … bandwidth = ((uint64)((((uint64)bandwidth)*100UL)+50UL)>largeBandwidth)?bandwidth:(bandwidth+1UL);5482 …largeEgressHiCredit = largeBandwidth * Netc_EthSwt_Ip_MaxFrameSize * (Netc_EthSwt_Ip_NetcClockFreq…