Home
last modified time | relevance | path

Searched refs:nvs_len (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/wl12xx/
Dboot.c202 size_t nvs_len, burst_len; in wl1271_boot_upload_nvs() local
213 if (wl->nvs_len == sizeof(struct wl128x_nvs_file)) { in wl1271_boot_upload_nvs()
218 wl->nvs_len, in wl1271_boot_upload_nvs()
222 wl->nvs_len = 0; in wl1271_boot_upload_nvs()
227 nvs_len = sizeof(nvs->nvs); in wl1271_boot_upload_nvs()
238 if (wl->nvs_len == sizeof(struct wl1271_nvs_file) || in wl1271_boot_upload_nvs()
239 wl->nvs_len == WL1271_INI_LEGACY_NVS_FILE_SIZE) { in wl1271_boot_upload_nvs()
244 if (wl->nvs_len != sizeof(struct wl1271_nvs_file) && in wl1271_boot_upload_nvs()
245 (wl->nvs_len != WL1271_INI_LEGACY_NVS_FILE_SIZE || in wl1271_boot_upload_nvs()
248 wl->nvs_len, sizeof(struct wl1271_nvs_file)); in wl1271_boot_upload_nvs()
[all …]
Dwl12xx.h329 size_t nvs_len; member
Dmain.c1133 wl->nvs_len = fw->size; in wl1271_fetch_nvs()
/drivers/net/wireless/wl1251/
Dboot.c403 size_t nvs_len, nvs_bytes_written, burst_len; in wl1251_boot_upload_nvs() local
414 nvs_len = wl->nvs_len; in wl1251_boot_upload_nvs()
452 nvs_len -= nvs_ptr - nvs; in wl1251_boot_upload_nvs()
453 nvs_len = ALIGN(nvs_len, 4); in wl1251_boot_upload_nvs()
463 while (nvs_bytes_written < nvs_len) { in wl1251_boot_upload_nvs()
Dwl1251.h299 size_t nvs_len; member
Dmain.c124 wl->nvs_len = fw->size; in wl1251_fetch_nvs()
125 wl->nvs = kmemdup(fw->data, wl->nvs_len, GFP_KERNEL); in wl1251_fetch_nvs()