Searched refs:gscan_hotlist_cache (Results 1 – 6 of 6) sorted by relevance
4235 gscan_results_cache_t *gscan_hotlist_cache; in dhd_pno_update_hotlist_v3_results() local4251 gscan_hotlist_cache = in dhd_pno_update_hotlist_v3_results()4253 if (!gscan_hotlist_cache) { in dhd_pno_update_hotlist_v3_results()4260 gscan_hotlist_cache->next = gscan_params->gscan_hotlist_found; in dhd_pno_update_hotlist_v3_results()4261 gscan_params->gscan_hotlist_found = gscan_hotlist_cache; in dhd_pno_update_hotlist_v3_results()4264 gscan_hotlist_cache->next = gscan_params->gscan_hotlist_lost; in dhd_pno_update_hotlist_v3_results()4265 gscan_params->gscan_hotlist_lost = gscan_hotlist_cache; in dhd_pno_update_hotlist_v3_results()4269 gscan_hotlist_cache->tot_count = pfn_result->count; in dhd_pno_update_hotlist_v3_results()4270 gscan_hotlist_cache->tot_consumed = 0; in dhd_pno_update_hotlist_v3_results()4271 gscan_hotlist_cache->scan_ch_bucket = pfn_result->scan_ch_bucket; in dhd_pno_update_hotlist_v3_results()[all …]
4149 gscan_results_cache_t *gscan_hotlist_cache; local4182 gscan_hotlist_cache = (gscan_results_cache_t *)MALLOC(dhd->osh, malloc_size);4183 if (!gscan_hotlist_cache) {4191 gscan_hotlist_cache->next = gscan_params->gscan_hotlist_found;4192 gscan_params->gscan_hotlist_found = gscan_hotlist_cache;4195 gscan_hotlist_cache->next = gscan_params->gscan_hotlist_lost;4196 gscan_params->gscan_hotlist_lost = gscan_hotlist_cache;4200 gscan_hotlist_cache->tot_count = fwcount;4201 gscan_hotlist_cache->tot_consumed = 0;4204 hotlist_found_array = &gscan_hotlist_cache->results[i];[all …]
3845 gscan_results_cache_t *gscan_hotlist_cache; in dhd_handle_hotlist_scan_evt() local3860 gscan_hotlist_cache = (gscan_results_cache_t *) kmalloc(malloc_size, GFP_KERNEL); in dhd_handle_hotlist_scan_evt()3862 if (!gscan_hotlist_cache) { in dhd_handle_hotlist_scan_evt()3869 gscan_hotlist_cache->next = gscan_params->gscan_hotlist_found; in dhd_handle_hotlist_scan_evt()3870 gscan_params->gscan_hotlist_found = gscan_hotlist_cache; in dhd_handle_hotlist_scan_evt()3873 gscan_hotlist_cache->next = gscan_params->gscan_hotlist_lost; in dhd_handle_hotlist_scan_evt()3874 gscan_params->gscan_hotlist_lost = gscan_hotlist_cache; in dhd_handle_hotlist_scan_evt()3878 gscan_hotlist_cache->tot_count = results->count; in dhd_handle_hotlist_scan_evt()3879 gscan_hotlist_cache->tot_consumed = 0; in dhd_handle_hotlist_scan_evt()3880 gscan_hotlist_cache->scan_ch_bucket = results->scan_ch_bucket; in dhd_handle_hotlist_scan_evt()[all …]