Home
last modified time | relevance | path

Searched defs:wl1251_acx_mem_map (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dacx.h1159 struct wl1251_acx_mem_map { struct
1160 struct acx_header header;
1162 void *code_start;
1163 void *code_end;
1165 void *wep_defkey_start;
1166 void *wep_defkey_end;
1168 void *sta_table_start;
1169 void *sta_table_end;
1171 void *packet_template_start;
1172 void *packet_template_end;
[all …]
Dacx.c221 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map() function