Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_main.c2453 struct be_mem_descriptor *mem_descr; in beiscsi_alloc_mem() local
2471 phba->init_mem = kcalloc(SE_MEM_MAX, sizeof(*mem_descr), in beiscsi_alloc_mem()
2489 mem_descr = phba->init_mem; in beiscsi_alloc_mem()
2492 mem_descr->mem_array = NULL; in beiscsi_alloc_mem()
2493 mem_descr++; in beiscsi_alloc_mem()
2527 mem_descr->num_elements = j; in beiscsi_alloc_mem()
2528 mem_descr->size_in_bytes = phba->mem_req[i]; in beiscsi_alloc_mem()
2529 mem_descr->mem_array = kmalloc_array(j, sizeof(*mem_arr), in beiscsi_alloc_mem()
2531 if (!mem_descr->mem_array) in beiscsi_alloc_mem()
2534 memcpy(mem_descr->mem_array, mem_arr_orig, in beiscsi_alloc_mem()
[all …]
H A Dbe_mgmt.h223 struct be_mem_descriptor *mem_descr,
H A Dbe_mgmt.c1284 struct be_mem_descriptor *mem_descr, in beiscsi_offload_cxn_v0() argument
1345 mem_descr += ISCSI_MEM_GLOBAL_HEADER; in beiscsi_offload_cxn_v0()
1348 mem_descr->mem_array[0].bus_address.u.a32.address_hi); in beiscsi_offload_cxn_v0()
1351 mem_descr->mem_array[0].bus_address.u.a32.address_lo); in beiscsi_offload_cxn_v0()