Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl1251/
H A Dinit.c197 wl->target_mem_map = kzalloc(sizeof(struct wl1251_acx_mem_map), in wl1251_hw_init_mem_config()
199 if (!wl->target_mem_map) { in wl1251_hw_init_mem_config()
205 ret = wl1251_acx_mem_map(wl, wl->target_mem_map, in wl1251_hw_init_mem_config()
209 kfree(wl->target_mem_map); in wl1251_hw_init_mem_config()
210 wl->target_mem_map = NULL; in wl1251_hw_init_mem_config()
259 struct wl1251_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl1251_hw_init_tx_queue_config()
396 wl_mem_map = wl->target_mem_map; in wl1251_hw_init()
409 kfree(wl->target_mem_map); in wl1251_hw_init()
H A Dwl1251.h297 void *target_mem_map; member
H A Dmain.c1659 kfree(wl->target_mem_map); in wl1251_free_hw()
/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.c1001 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_mem_map), in wl1271_acx_init_mem_config()
1003 if (!wl->target_mem_map) { in wl1271_acx_init_mem_config()
1009 ret = wl1271_acx_mem_map(wl, (void *)wl->target_mem_map, in wl1271_acx_init_mem_config()
1013 kfree(wl->target_mem_map); in wl1271_acx_init_mem_config()
1014 wl->target_mem_map = NULL; in wl1271_acx_init_mem_config()
1020 le32_to_cpu(wl->target_mem_map->num_tx_mem_blocks); in wl1271_acx_init_mem_config()
H A Dinit.c747 kfree(wl->target_mem_map); in wl1271_hw_init()
748 wl->target_mem_map = NULL; in wl1271_hw_init()
H A Dwlcore.h242 struct wl1271_acx_mem_map *target_mem_map; member
H A Dtx.c970 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()