Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c644 …td_ReturnType Netc_EthSwt_Ip_PortRateEnumToRate(EthTrcv_BaudRateType baudRate, uint64 *portTxRate);
1352 …Std_ReturnType Netc_EthSwt_Ip_PortRateEnumToRate(EthTrcv_BaudRateType baudRate, uint64 *portTxRate) in Netc_EthSwt_Ip_PortRateEnumToRate() argument
1358 *portTxRate = 10000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
1361 *portTxRate = 100000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
1364 *portTxRate = 1000000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
1367 *portTxRate = 1000000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
6686 uint64 portTxRate; local
6704 status |= Netc_EthSwt_Ip_PortRateEnumToRate(baudRate, &portTxRate);
6708 portTxRate = 2000000UL;
6711 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c5853 uint64 portTxRate; local
5870 portTxRate = 2000000000UL;
5872 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so …
5892 …dwidth * Netc_Eth_Ip_MaxFrameSize * (Netc_Eth_Ip_NetcClockFrequency / (portTxRate)) / 100UL; /* Ba…