Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c3012 uint64 largeBandwidth; local
3030largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
3031 if( largeBandwidth < 100UL )
3033largeBandwidth = 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 …
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c5439 uint64 largeBandwidth; local
5462largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
5463 if( largeBandwidth < 100UL )
5465largeBandwidth = 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…