Searched refs:portTxRate (Results 1 – 1 of 1) sorted by relevance
327 …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() argument390 *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() local4309 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 …]