Searched refs:total_data_bw_efficiency_x10000 (Results 1 – 1 of 1) sorted by relevance
4704 uint32_t total_data_bw_efficiency_x10000 = 0; in dc_link_bandwidth_kbps() local4714 total_data_bw_efficiency_x10000 = DATA_EFFICIENCY_8b_10b_x10000; in dc_link_bandwidth_kbps()4716 total_data_bw_efficiency_x10000 /= 100; in dc_link_bandwidth_kbps()4717 total_data_bw_efficiency_x10000 *= DATA_EFFICIENCY_8b_10b_FEC_EFFICIENCY_x100; in dc_link_bandwidth_kbps()4726 total_data_bw_efficiency_x10000 = DATA_EFFICIENCY_128b_132b_x10000; in dc_link_bandwidth_kbps()4733 …eturn link_rate_per_lane_kbps * link_setting->lane_count / 10000 * total_data_bw_efficiency_x10000; in dc_link_bandwidth_kbps()