Searched refs:target_mem_map (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | init.c | 197 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 D | wl1251.h | 298 void *target_mem_map; member
|
H A D | main.c | 1647 kfree(wl->target_mem_map); in wl1251_free_hw()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | init.c | 197 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 D | wl1251.h | 297 void *target_mem_map; member
|
H A D | main.c | 1655 kfree(wl->target_mem_map); in wl1251_free_hw()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | init.c | 747 kfree(wl->target_mem_map); in wl1271_hw_init() 748 wl->target_mem_map = NULL; in wl1271_hw_init()
|
H A D | acx.c | 1001 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 D | wlcore.h | 242 struct wl1271_acx_mem_map *target_mem_map; member
|
H A D | tx.c | 975 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
|
H A D | main.c | 2012 kfree(wl->target_mem_map); in wlcore_op_stop_locked() 2013 wl->target_mem_map = NULL; in wlcore_op_stop_locked()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | init.c | 747 kfree(wl->target_mem_map); in wl1271_hw_init() 748 wl->target_mem_map = NULL; in wl1271_hw_init()
|
H A D | acx.c | 1001 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 D | wlcore.h | 242 struct wl1271_acx_mem_map *target_mem_map; member
|
H A D | tx.c | 973 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
|
H A D | main.c | 1997 kfree(wl->target_mem_map); in wlcore_op_stop_locked() 1998 wl->target_mem_map = NULL; in wlcore_op_stop_locked()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 602 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read() 1614 kfree(wl->target_mem_map); in wl12xx_plt_init() 1615 wl->target_mem_map = NULL; in wl12xx_plt_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 602 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read() 1614 kfree(wl->target_mem_map); in wl12xx_plt_init() 1615 wl->target_mem_map = NULL; in wl12xx_plt_init()
|
Completed in 35 milliseconds