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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c1263 unsigned long vcontig_end; local
1275 dma_len = vcontig_len = vcontig_end = startsg->length;
1276 vcontig_end += vaddr;
1312 if (vcontig_end == vaddr)
1315 vcontig_end += startsg->length;
1342 ** Don't update vcontig_end until we've checked.
1344 if (DMA_CONTIG(vcontig_end, vaddr))
1346 vcontig_end = vcontig_len + vaddr;

Completed in 68 milliseconds