Lines Matching defs:wl1251_acx_mem_map
1159 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;
1174 void *queue_memory_start;
1175 void *queue_memory_end;
1177 void *packet_memory_pool_start;
1178 void *packet_memory_pool_end;
1180 void *debug_buffer1_start;
1181 void *debug_buffer1_end;
1183 void *debug_buffer2_start;
1184 void *debug_buffer2_end;
1187 u32 num_tx_mem_blocks;
1190 u32 num_rx_mem_blocks;