Searched refs:wifi_mem_array (Results 1 – 1 of 1) sorted by relevance
105 static struct wifi_mem_prealloc wifi_mem_array[8] = { variable132 wifi_mem_array[i].mem_ptr = in rockchip_init_wifi_mem()133 kmalloc(wifi_mem_array[i].size, GFP_KERNEL); in rockchip_init_wifi_mem()135 if (!wifi_mem_array[i].mem_ptr) in rockchip_init_wifi_mem()143 kfree(wifi_mem_array[j].mem_ptr); in rockchip_init_wifi_mem()162 if (wifi_mem_array[section].size < size) in rockchip_mem_prealloc()165 return wifi_mem_array[section].mem_ptr; in rockchip_mem_prealloc()