Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c327 …td_ReturnType Netc_EthSwt_Ip_PortRateEnumToRate(EthTrcv_BaudRateType baudRate, uint64 *portTxRate);
384 …Std_ReturnType Netc_EthSwt_Ip_PortRateEnumToRate(EthTrcv_BaudRateType baudRate, uint64 *portTxRate) in Netc_EthSwt_Ip_PortRateEnumToRate() argument
390 *portTxRate = 10000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
393 *portTxRate = 100000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
396 *portTxRate = 1000000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
399 *portTxRate = 1000000000UL; in Netc_EthSwt_Ip_PortRateEnumToRate()
4291 uint64 portTxRate; in Netc_EthSwt_Ip_ConfigureCreditBasedShaper() local
4309 status |= Netc_EthSwt_Ip_PortRateEnumToRate(baudRate, &portTxRate); in Netc_EthSwt_Ip_ConfigureCreditBasedShaper()
4313 portTxRate = 2000000UL; in Netc_EthSwt_Ip_ConfigureCreditBasedShaper()
4316 …largeBandwidth = idleSlope / (portTxRate / 10000UL); /* bandwidth is in % and 100th precision, so … in Netc_EthSwt_Ip_ConfigureCreditBasedShaper()
[all …]