Searched refs:total_bandwidth_consumed_gbyte_per_second (Results 1 – 3 of 3) sorted by relevance
297 float total_bandwidth_consumed_gbyte_per_second; member
1123 float bw_consumed = v->total_bandwidth_consumed_gbyte_per_second; in dcn_validate_bandwidth()
204 v->total_bandwidth_consumed_gbyte_per_second = v->total_read_bandwidth_consumed_gbyte_per_second + v->total_write_bandwidth_consumed_gbyte_per_second; in mode_support_and_system_configuration() 231 if ((v->total_read_bandwidth_consumed_gbyte_per_second * 1000.0 <= v->return_bw_per_state[i]) && (v->total_bandwidth_consumed_gbyte_per_second * 1000.0 <= v->fabric_and_dram_bandwidth_per_state[i] * 1000.0 * v->percent_of_ideal_drambw_received_after_urg_latency / 100.0)) { in mode_support_and_system_configuration()