Searched refs:performance_profile (Results 1 – 2 of 2) sorted by relevance
188 extern sli_si91x_performance_profile_t performance_profile;581 …memcpy(&performance_profile.wifi_performance_profile, profile, sizeof(sl_wifi_performance_profile_… in save_wifi_current_performance_profile()583 performance_profile.coex_mode = get_coex_mode(); in save_wifi_current_performance_profile()590 …memcpy(profile, &performance_profile.wifi_performance_profile, sizeof(sl_wifi_performance_profile_… in get_wifi_current_performance_profile()598 sl_si91x_coex_mode_t coex_mode = performance_profile.coex_mode; in get_coex_performance_profile()606 mode_decision = (uint8_t)((performance_profile.wifi_performance_profile.profile << 4) in get_coex_performance_profile()607 | (performance_profile.wifi_performance_profile.profile)); in get_coex_performance_profile()613 mode_decision = (uint8_t)((performance_profile.bt_performance_profile.profile << 4) in get_coex_performance_profile()614 | (performance_profile.bt_performance_profile.profile)); in get_coex_performance_profile()620 mode_decision = (uint8_t)((performance_profile.wifi_performance_profile.profile << 4) in get_coex_performance_profile()[all …]
175 sli_si91x_performance_profile_t performance_profile; variable