Searched refs:res_hint (Results 1 - 4 of 4) 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.c204 unsigned long *res_hint; /* next avail IOVP - circular search */ member in struct:ioc
464 * @use_hint: use res_hint to indicate where to start looking
477 ASSERT(((unsigned long) ioc->res_hint & (sizeof(unsigned long) - 1UL)) == 0);
484 res_ptr = ioc->res_hint;
584 ioc->res_hint = (unsigned long *) ioc->res_map;
590 ioc->res_hint = res_ptr;
680 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map),
910 prefetch(ioc->res_hint);
1423 prefetch(ioc->res_hint);
1638 ioc->res_hint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dccio-dma.c235 u32 res_hint; /* next available IOVP - member in struct:ioc
299 ** If the search wraps around, and passes the res_hint, it will
307 ioc->res_hint = res_idx + (size >> 3); \
313 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
387 DBG_RES("%s() res_idx %d res_hint: %d\n",
388 __FUNCTION__, res_idx, ioc->res_hint);
1213 /* Initialize the res_hint to 16 */
1214 ioc->res_hint = 16;
H A Dsba_iommu.c308 unsigned long *res_ptr = ioc->res_hint;
368 ioc->res_hint = (unsigned long *) ioc->res_map;
371 ioc->res_hint = res_ptr;
411 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map),
1566 sba_dev->ioc[i].res_hint = (unsigned long *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dropes.h37 unsigned long *res_hint; /* next avail IOVP - circular search */ member in struct:ioc

Completed in 60 milliseconds