Searched refs:HFI_MAX_PROFILE_COUNT (Results 1 – 3 of 3) sorted by relevance
35 struct hfi_profile_level pl[HFI_MAX_PROFILE_COUNT];
98 struct hfi_profile_level pl_arr[HFI_MAX_PROFILE_COUNT] = {}; in parse_profile_level()100 if (pl->profile_count > HFI_MAX_PROFILE_COUNT) in parse_profile_level()
774 #define HFI_MAX_PROFILE_COUNT 16 macro