Home
last modified time | relevance | path

Searched refs:wl1271_acx_mem_map (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.c143 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() function
1001 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_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()
1010 sizeof(struct wl1271_acx_mem_map)); in wl1271_acx_init_mem_config()
H A Dacx.h474 struct wl1271_acx_mem_map { struct
1036 int wl1271_acx_mem_map(struct wl1271 *wl,
H A Dwlcore.h242 struct wl1271_acx_mem_map *target_mem_map;
H A Dtx.c970 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()