Searched defs:hint (Results 1 - 15 of 15) sorted by relevance

/drivers/parisc/
H A Diommu-helpers.h8 * @hint: The DMA Hint.
15 unsigned long hint,
78 vaddr, hint);
14 iommu_fill_pdir(struct ioc *ioc, struct scatterlist *startsg, int nents, unsigned long hint, void (*iommu_io_pdir_entry)(u64 *, space_t, unsigned long, unsigned long)) argument
H A Dccio-dma.c490 ** to use this hint iff the EISA devices needs this feature.
517 ** Use direction (ie PCI_DMA_TODEVICE) to pick hint.
742 unsigned long hint = hint_lookup[(int)direction]; local
771 hint |= HINT_SAFE_DMA;
774 ccio_io_pdir_entry(pdir_start, KERNEL_SPACE, (unsigned long)addr, hint);
907 unsigned long hint = hint_lookup[(int)direction]; local
952 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
H A Dsba_iommu.c19 ** FIXME: add DMA hint support programming in both sba and lba modules.
458 DBG_RES("%s(%x) %d -> %lx hint %x/%x\n",
531 * @hint: DMA hint set to use for this mapping
568 unsigned long hint)
1458 ** FIXME: Hint registers are programmed with default hint
567 sba_io_pdir_entry(u64 *pdir_ptr, space_t sid, unsigned long vba, unsigned long hint) argument
/drivers/md/
H A Ddm-cache-policy-internal.h44 uint32_t hint, bool hint_valid)
46 return p->load_mapping(p, oblock, cblock, hint, hint_valid);
42 policy_load_mapping(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t cblock, uint32_t hint, bool hint_valid) argument
H A Ddm-cache-policy-cleaner.c277 uint32_t hint, bool hint_valid)
275 wb_load_mapping(struct dm_cache_policy *pe, dm_oblock_t oblock, dm_cblock_t cblock, uint32_t hint, bool hint_valid) argument
H A Ddm-cache-metadata.c997 * Ensure policy hint sizes match.
1257 static int save_hint(void *context, dm_cblock_t cblock, dm_oblock_t oblock, uint32_t hint) argument
1260 __le32 value = cpu_to_le32(hint);
H A Ddm-cache-policy-mq.c968 uint32_t hint, bool hint_valid)
976 e->hit_count = hint_valid ? hint : 1;
966 mq_load_mapping(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t cblock, uint32_t hint, bool hint_valid) argument
H A Ddm-cache-target.c2666 bool dirty, uint32_t hint, bool hint_valid)
2671 r = policy_load_mapping(cache->policy, oblock, cblock, hint, hint_valid);
2665 load_mapping(void *context, dm_oblock_t oblock, dm_cblock_t cblock, bool dirty, uint32_t hint, bool hint_valid) argument
/drivers/net/appletalk/
H A Dltpc.h44 unsigned char hint; member in struct:lt_init
/drivers/base/
H A Dmemory.c533 struct memory_block *hint)
536 struct device *hintdev = hint ? &hint->dev : NULL;
540 if (hint)
541 put_device(&hint->dev);
532 find_memory_block_hinted(struct mem_section *section, struct memory_block *hint) argument
H A Dbus.c380 * @hint: device to check first
382 * Check the hint's next object and if it is a match return it directly,
387 struct device *hint)
395 if (hint) {
396 klist_iter_init_node(&subsys->p->klist_devices, &i, &hint->p->knode_bus);
386 subsys_find_device_by_id(struct bus_type *subsys, unsigned int id, struct device *hint) argument
/drivers/dma/ioat/
H A Dhw.h84 unsigned int hint:1; member in struct:ioat_dma_descriptor::__anon561::__anon562
116 unsigned int hint:1; member in struct:ioat_xor_descriptor::__anon564::__anon565
163 unsigned int hint:1; member in struct:ioat_pq_descriptor::__anon568::__anon569
212 unsigned int hint:1; member in struct:ioat_pq_update_descriptor::__anon571::__anon572
/drivers/staging/lustre/lustre/include/
H A Ddt_object.h228 * This is a general purpose dt allocation hint.
230 * It can contain any allocation hint in the future.
372 * Init allocation hint using parent object and child mode.
376 * (3) The result hint is stored in \a ah;
392 struct dt_allocation_hint *hint,
397 struct dt_allocation_hint *hint,
994 struct dt_allocation_hint *hint,
1001 return dt->do_ops->do_declare_create(env, dt, attr, hint, dof, th);
1007 struct dt_allocation_hint *hint,
1014 return dt->do_ops->do_create(env, dt, attr, hint, do
991 dt_declare_create(const struct lu_env *env, struct dt_object *dt, struct lu_attr *attr, struct dt_allocation_hint *hint, struct dt_object_format *dof, struct thandle *th) argument
1004 dt_create(const struct lu_env *env, struct dt_object *dt, struct lu_attr *attr, struct dt_allocation_hint *hint, struct dt_object_format *dof, struct thandle *th) argument
[all...]
/drivers/scsi/qla2xxx/
H A Dqla_nx.h851 uint32_t hint; /* Host interrupt register */ member in struct:device_reg_82xx
/drivers/scsi/qla4xxx/
H A Dql4_fw.h54 __le32 hint; /* 0x0380 (R/W): Host interrupt register */ member in struct:device_reg_82xx

Completed in 8769 milliseconds