Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c5854 uint64 largeBandwidth; local
5872largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
5873 if( largeBandwidth < 100UL )
5875largeBandwidth = 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 …
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c6688 uint64 largeBandwidth; local
6711largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
6712 if( largeBandwidth < 100UL )
6714largeBandwidth = 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…