Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c2678 struct mem_array *mem_arr, *mem_arr_orig; in beiscsi_alloc_mem()
2713 mem_descr->mem_array = NULL; in beiscsi_alloc_mem()
2721 memset(mem_arr, 0, sizeof(struct mem_array) * in beiscsi_alloc_mem()
2751 mem_descr->mem_array = kmalloc(sizeof(*mem_arr) * j, in beiscsi_alloc_mem()
2753 if (!mem_descr->mem_array) in beiscsi_alloc_mem()
2756 memcpy(mem_descr->mem_array, mem_arr_orig, in beiscsi_alloc_mem()
2757 sizeof(struct mem_array) * j); in beiscsi_alloc_mem()
2767 mem_descr->mem_array[j - 1].size, in beiscsi_alloc_mem()
2768 mem_descr->mem_array[j - 1]. in beiscsi_alloc_mem()
2771 mem_array[j - 1]. in beiscsi_alloc_mem()
[all …]
Dbe_mgmt.h246 pa->lo = phba->init_mem[ISCSI_MEM_GLOBAL_HEADER].mem_array[0].\
248 pa->hi = phba->init_mem[ISCSI_MEM_GLOBAL_HEADER].mem_array[0].\
Dbe_main.h227 struct mem_array { struct
241 struct mem_array *mem_array; member
Dbe_mgmt.c1633 mem_descr->mem_array[0].bus_address.u.a32.address_hi); in beiscsi_offload_cxn_v0()
1636 mem_descr->mem_array[0].bus_address.u.a32.address_lo); in beiscsi_offload_cxn_v0()