Searched refs:orig_sgl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_drv.c85 static unsigned int copy_from_bounce_buffer(struct scatterlist *orig_sgl,
88 static unsigned int copy_to_bounce_buffer(struct scatterlist *orig_sgl,
471 static unsigned int copy_to_bounce_buffer(struct scatterlist *orig_sgl, argument
487 src_addr = (unsigned long)kmap_atomic(sg_page((&orig_sgl[i])),
488 KM_IRQ0) + orig_sgl[i].offset;
490 srclen = orig_sgl[i].length;
492 /* ASSERT(orig_sgl[i].offset + orig_sgl[i].length <= PAGE_SIZE); */
524 kunmap_atomic((void *)(src_addr - orig_sgl[i].offset), KM_IRQ0);
533 static unsigned int copy_from_bounce_buffer(struct scatterlist *orig_sgl, argument
[all...]

Completed in 133 milliseconds