Searched refs:bouncemap (Results 1 – 2 of 2) sorted by relevance
55 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()56 dma->bouncemap[map_offset] = alloc_page(GFP_KERNEL); in ivtv_udma_fill_sg_list()57 if (dma->bouncemap[map_offset] == NULL) in ivtv_udma_fill_sg_list()61 memcpy(page_address(dma->bouncemap[map_offset]) + offset, src, len); in ivtv_udma_fill_sg_list()64 sg_set_page(&dma->SGlist[map_offset], dma->bouncemap[map_offset], len, offset); in ivtv_udma_fill_sg_list()208 if (itv->udma.bouncemap[i]) in ivtv_udma_free()209 __free_page(itv->udma.bouncemap[i]); in ivtv_udma_free()
288 struct page *bouncemap[IVTV_DMA_SG_OSD_ENT]; member