Searched refs:profile_info (Results 1 – 2 of 2) sorted by relevance
752 struct wlan_dp_memory_profile_info *profile_info; in wlan_dp_sync_prealloc_with_profile_cfg() local756 profile_info = wlan_dp_get_profile_info(); in wlan_dp_sync_prealloc_with_profile_cfg()757 if (!profile_info->is_selected) in wlan_dp_sync_prealloc_with_profile_cfg()760 for (i = 0; i < profile_info->size; i++) { in wlan_dp_sync_prealloc_with_profile_cfg()761 profile_ctx = &profile_info->ctx[i]; in wlan_dp_sync_prealloc_with_profile_cfg()
2637 struct wlan_dp_memory_profile_info *profile_info; in wlan_dp_soc_cfg_sync_profile() local2643 profile_info = wlan_dp_get_profile_info(); in wlan_dp_soc_cfg_sync_profile()2644 if (!profile_info->is_selected) in wlan_dp_soc_cfg_sync_profile()2647 for (i = 0; i < profile_info->size; i++) { in wlan_dp_soc_cfg_sync_profile()2648 profile_ctx = &profile_info->ctx[i]; in wlan_dp_soc_cfg_sync_profile()2770 struct wlan_dp_memory_profile_info *profile_info; in wlan_dp_pdev_cfg_sync_profile() local2776 profile_info = wlan_dp_get_profile_info(); in wlan_dp_pdev_cfg_sync_profile()2777 if (!profile_info->is_selected) in wlan_dp_pdev_cfg_sync_profile()2780 for (i = 0; i < profile_info->size; i++) { in wlan_dp_pdev_cfg_sync_profile()2781 profile_ctx = &profile_info->ctx[i]; in wlan_dp_pdev_cfg_sync_profile()