Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_main.c2454 struct mem_array *mem_arr, *mem_arr_orig; in beiscsi_alloc_mem() local
2498 mem_arr = mem_arr_orig; in beiscsi_alloc_mem()
2500 memset(mem_arr, 0, sizeof(struct mem_array) * in beiscsi_alloc_mem()
2504 mem_arr->virtual_address = in beiscsi_alloc_mem()
2507 if (!mem_arr->virtual_address) { in beiscsi_alloc_mem()
2517 mem_arr->bus_address.u. in beiscsi_alloc_mem()
2519 mem_arr->size = curr_alloc_size; in beiscsi_alloc_mem()
2524 mem_arr++; in beiscsi_alloc_mem()
2529 mem_descr->mem_array = kmalloc_array(j, sizeof(*mem_arr), in beiscsi_alloc_mem()