Searched refs:wl1271_acx_mem_map (Results 1 – 5 of 5) sorted by relevance
143 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() function1001 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()
474 struct wl1271_acx_mem_map { struct1036 int wl1271_acx_mem_map(struct wl1271 *wl,
242 struct wl1271_acx_mem_map *target_mem_map;
975 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
602 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read()