Home
last modified time | relevance | path

Searched refs:target_mem_map (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dinit.c211 wl->target_mem_map = kzalloc(sizeof(struct wl1251_acx_mem_map), in wl1251_hw_init_mem_config()
213 if (!wl->target_mem_map) { in wl1251_hw_init_mem_config()
219 ret = wl1251_acx_mem_map(wl, wl->target_mem_map, in wl1251_hw_init_mem_config()
223 kfree(wl->target_mem_map); in wl1251_hw_init_mem_config()
224 wl->target_mem_map = NULL; in wl1251_hw_init_mem_config()
273 struct wl1251_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl1251_hw_init_tx_queue_config()
412 wl_mem_map = wl->target_mem_map; in wl1251_hw_init()
425 kfree(wl->target_mem_map); in wl1251_hw_init()
Dwl1251.h312 void *target_mem_map; member
Dmain.c1591 kfree(wl->target_mem_map); in wl1251_free_hw()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dacx.c1016 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_mem_map), in wl1271_acx_init_mem_config()
1018 if (!wl->target_mem_map) { in wl1271_acx_init_mem_config()
1024 ret = wl1271_acx_mem_map(wl, (void *)wl->target_mem_map, in wl1271_acx_init_mem_config()
1028 kfree(wl->target_mem_map); in wl1271_acx_init_mem_config()
1029 wl->target_mem_map = NULL; in wl1271_acx_init_mem_config()
1035 le32_to_cpu(wl->target_mem_map->num_tx_mem_blocks); in wl1271_acx_init_mem_config()
Dinit.c756 kfree(wl->target_mem_map); in wl1271_hw_init()
757 wl->target_mem_map = NULL; in wl1271_hw_init()
Dwlcore.h251 struct wl1271_acx_mem_map *target_mem_map; member
Dtx.c987 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
Dmain.c2055 kfree(wl->target_mem_map); in wlcore_op_stop_locked()
2056 wl->target_mem_map = NULL; in wlcore_op_stop_locked()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dmain.c614 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read()
1622 kfree(wl->target_mem_map); in wl12xx_plt_init()
1623 wl->target_mem_map = NULL; in wl12xx_plt_init()