Searched refs:max_pipe_bw_high (Results 1 – 3 of 3) sorted by relevance
454 string max_pipe_bw_high = "max_per_pipe_bw_high="; in GetTypeInfo() local487 } else if (line.find(max_pipe_bw_high) != string::npos) { in GetTypeInfo()488 info->max_pipe_bandwidth_high = std::stoull(line.erase(0, max_pipe_bw_high.length())); in GetTypeInfo()
308 uint64_t max_pipe_bw_high = 0; member
170 bw_info->pipe_bw_limit[index] = hw_resource->max_pipe_bw_high; in GetDynamicBWLimits()