Searched refs:largeBandwidth (Results 1 – 2 of 2) sorted by relevance
5854 uint64 largeBandwidth; local5872 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …5873 if( largeBandwidth < 100UL )5875 … largeBandwidth = 100UL; /* Min of 1% bandwidth, otherwise frames would get stuck in the switch */5878 bandwidth = (uint32)(largeBandwidth/100UL);5879 … bandwidth = ((uint64)((((uint64)bandwidth)*100UL)+50UL)>largeBandwidth)?bandwidth:(bandwidth+1UL);5892 …largeEgressHiCredit = largeBandwidth * Netc_Eth_Ip_MaxFrameSize * (Netc_Eth_Ip_NetcClockFrequency …
6688 uint64 largeBandwidth; local6711 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …6712 if( largeBandwidth < 100UL )6714 … largeBandwidth = 100UL; /* Min of 1% bandwidth, otherwise frames would get stuck in the switch */6717 bandwidth = (uint32)(largeBandwidth/100UL);6718 … bandwidth = ((uint64)((((uint64)bandwidth)*100UL)+50UL)>largeBandwidth)?bandwidth:(bandwidth+1UL);6731 …largeEgressHiCredit = largeBandwidth * Netc_EthSwt_Ip_MaxFrameSize * (Netc_EthSwt_Ip_NetcClockFreq…