Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Drx.c190 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl12xx_rx()
Dacx.c151 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() function
1031 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_mem_map), in wl1271_acx_init_mem_config()
1039 ret = wl1271_acx_mem_map(wl, (void *)wl->target_mem_map, in wl1271_acx_init_mem_config()
1040 sizeof(struct wl1271_acx_mem_map)); in wl1271_acx_init_mem_config()
Dwl12xx.h353 struct wl1271_acx_mem_map *target_mem_map;
Dacx.h707 struct wl1271_acx_mem_map { struct
1235 int wl1271_acx_mem_map(struct wl1271 *wl,
Dtx.c898 struct wl1271_acx_mem_map *memmap = in wl1271_tx_complete()
899 (struct wl1271_acx_mem_map *)wl->target_mem_map; in wl1271_tx_complete()