Home
last modified time | relevance | path

Searched refs:mem_arr (Results 1 – 1 of 1) 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() local
2719 mem_arr = mem_arr_orig; in beiscsi_alloc_mem()
2721 memset(mem_arr, 0, sizeof(struct mem_array) * in beiscsi_alloc_mem()
2725 mem_arr->virtual_address = pci_alloc_consistent( in beiscsi_alloc_mem()
2729 if (!mem_arr->virtual_address) { in beiscsi_alloc_mem()
2739 mem_arr->bus_address.u. in beiscsi_alloc_mem()
2741 mem_arr->size = curr_alloc_size; in beiscsi_alloc_mem()
2746 mem_arr++; in beiscsi_alloc_mem()
2751 mem_descr->mem_array = kmalloc(sizeof(*mem_arr) * j, in beiscsi_alloc_mem()