Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c3245 struct mem_array *pm_arr; in beiscsi_post_template_hdr() local
3254 pm_arr = mem_descr->mem_array; in beiscsi_post_template_hdr()
3256 hwi_build_be_sgl_arr(phba, pm_arr, &sgl); in beiscsi_post_template_hdr()
3279 struct mem_array *pm_arr; in beiscsi_post_pages() local
3286 pm_arr = mem_descr->mem_array; in beiscsi_post_pages()
3295 hwi_build_be_sgl_arr(phba, pm_arr, &sgl); in beiscsi_post_pages()
3298 (pm_arr->size / PAGE_SIZE)); in beiscsi_post_pages()
3299 page_offset += pm_arr->size / PAGE_SIZE; in beiscsi_post_pages()
3305 pm_arr++; in beiscsi_post_pages()