Searched refs:mem_arr (Results 1 – 1 of 1) sorted by relevance
2470 struct mem_array *mem_arr, *mem_arr_orig; in beiscsi_alloc_mem() local2514 mem_arr = mem_arr_orig; in beiscsi_alloc_mem()2516 memset(mem_arr, 0, sizeof(struct mem_array) * in beiscsi_alloc_mem()2520 mem_arr->virtual_address = in beiscsi_alloc_mem()2523 if (!mem_arr->virtual_address) { in beiscsi_alloc_mem()2533 mem_arr->bus_address.u. in beiscsi_alloc_mem()2535 mem_arr->size = curr_alloc_size; in beiscsi_alloc_mem()2540 mem_arr++; in beiscsi_alloc_mem()2545 mem_descr->mem_array = kmalloc_array(j, sizeof(*mem_arr), in beiscsi_alloc_mem()