Searched refs:iovp_size (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.c189 ** iovp_size could only be greater than PAGE_SIZE if we are
193 static unsigned long iovp_size; variable
266 #define DMA_CHUNK_SIZE (BITS_PER_LONG*iovp_size)
823 if (byte_cnt <= iovp_size)
861 byte_cnt -= iovp_size;
918 /* round up to nearest iovp_size */
943 addr += iovp_size;
944 size -= iovp_size;
967 if (size <= iovp_size) {
975 mark_clean(addr, min(size, iovp_size));
[all...]

Completed in 100 milliseconds