Lines Matching defs:wl1251_acx_mem_map
1145 struct wl1251_acx_mem_map { struct
1146 struct acx_header header;
1148 void *code_start;
1149 void *code_end;
1151 void *wep_defkey_start;
1152 void *wep_defkey_end;
1154 void *sta_table_start;
1155 void *sta_table_end;
1157 void *packet_template_start;
1158 void *packet_template_end;
1160 void *queue_memory_start;
1161 void *queue_memory_end;
1163 void *packet_memory_pool_start;
1164 void *packet_memory_pool_end;
1166 void *debug_buffer1_start;
1167 void *debug_buffer1_end;
1169 void *debug_buffer2_start;
1170 void *debug_buffer2_end;
1173 u32 num_tx_mem_blocks;
1176 u32 num_rx_mem_blocks;