• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/

Lines Matching refs:mem_array

2257 	struct mem_array *mem_arr, *mem_arr_orig;
2284 memset(mem_arr, 0, sizeof(struct mem_array) *
2314 mem_descr->mem_array = kmalloc(sizeof(*mem_arr) * j,
2316 if (!mem_descr->mem_array)
2319 memcpy(mem_descr->mem_array, mem_arr_orig,
2320 sizeof(struct mem_array) * j);
2330 mem_descr->mem_array[j - 1].size,
2331 mem_descr->mem_array[j - 1].
2334 mem_array[j - 1].
2339 kfree(mem_descr->mem_array);
2364 (struct pdu_data_out *)mem_descr->mem_array[0].virtual_address;
2371 (struct pdu_nop_out *)((unsigned char *)mem_descr->mem_array[0].
2397 pwrb_handle = mem_descr_wrbh->mem_array[idx].virtual_address;
2398 num_cxn_wrbh = ((mem_descr_wrbh->mem_array[idx].size) /
2427 mem_descr_wrbh->mem_array[idx].virtual_address;
2429 ((mem_descr_wrbh->mem_array[idx].size) /
2446 pwrb = mem_descr_wrb->mem_array[idx].virtual_address;
2447 num_cxn_wrb = (mem_descr_wrb->mem_array[idx].size) /
2461 pwrb = mem_descr_wrb->mem_array[idx].virtual_address;
2462 num_cxn_wrb = (mem_descr_wrb->mem_array[idx].size) /
2489 mem_descr->mem_array[0].virtual_address;
2500 if (mem_descr->mem_array[0].virtual_address) {
2503 "va=%p\n", mem_descr->mem_array[0].virtual_address);
2509 mem_descr->mem_array[0].virtual_address;
2512 mem_descr->mem_array[0].bus_address.u.a64.address;
2516 if (mem_descr->mem_array[0].virtual_address) {
2519 "va=%p\n", mem_descr->mem_array[0].virtual_address);
2524 mem_descr->mem_array[0].virtual_address;
2528 if (mem_descr->mem_array[0].virtual_address) {
2531 "va=%p\n", mem_descr->mem_array[0].virtual_address);
2537 mem_descr->mem_array[0].virtual_address;
2543 if (mem_descr->mem_array[0].virtual_address) {
2546 "va=%p\n", mem_descr->mem_array[0].virtual_address);
2551 mem_descr->mem_array[0].virtual_address;
2553 mem_descr->mem_array[0].bus_address.u.a64.address;
2557 if (mem_descr->mem_array[0].virtual_address) {
2560 "va=%p\n", mem_descr->mem_array[0].virtual_address);
2566 mem_descr->mem_array[0].virtual_address;
2570 if (!mem_descr->mem_array[0].virtual_address)
2575 mem_descr->mem_array[0].virtual_address;
2657 struct mem_array *pmem, struct be_dma_mem *sgl)
2669 struct mem_array *pmem, struct be_dma_mem *sgl)
2836 dq_vaddress = mem_descr->mem_array[idx].virtual_address;
2837 ret = be_fill_queue(dq, mem_descr->mem_array[0].size /
2845 mem->dma = (unsigned long)mem_descr->mem_array[idx].
2881 dq_vaddress = mem_descr->mem_array[idx].virtual_address;
2882 ret = be_fill_queue(dataq, mem_descr->mem_array[0].size /
2890 mem->dma = (unsigned long)mem_descr->mem_array[idx].
2913 struct mem_array *pm_arr;
2920 pm_arr = mem_descr->mem_array;
2973 struct mem_array *pwrb_arr;
2989 wrb_vaddr = mem_descr->mem_array[idx].virtual_address;
2990 pa_addr_lo = mem_descr->mem_array[idx].bus_address.u.a64.address;
2991 num_wrb_rings = mem_descr->mem_array[idx].size /
3005 wrb_vaddr = mem_descr->mem_array[idx].virtual_address;
3006 pa_addr_lo = mem_descr->mem_array[idx].\
3008 num_wrb_rings = mem_descr->mem_array[idx].size /
3256 init_mem[HWI_MEM_ADDN_CONTEXT].mem_array[0].virtual_address;
3288 mem_descr->mem_array[j - 1].size,
3289 mem_descr->mem_array[j - 1].virtual_address,
3290 (unsigned long)mem_descr->mem_array[j - 1].
3293 kfree(mem_descr->mem_array);
3363 psgl_handle = mem_descr_sglh->mem_array[idx].virtual_address;
3365 for (i = 0; i < (mem_descr_sglh->mem_array[idx].size /
3394 pfrag = mem_descr_sg->mem_array[idx].virtual_address;
3397 i < (mem_descr_sg->mem_array[idx].size) /
3742 mem_descr->mem_array[0].bus_address.u.a32.address_hi);
3745 mem_descr->mem_array[0].bus_address.u.a32.address_lo);