Searched defs:target_offset (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c51 u_int target_id, u_int target_offset);
183 u_int target_offset)
197 starget = ahc->platform_data->starget[target_offset];
181 ahc_dump_target_state(struct ahc_softc *ahc, struct info_str *info, u_int our_id, char channel, u_int target_id, u_int target_offset) argument
H A Daic79xx_osm.c598 unsigned int target_offset; local
600 target_offset = starget->id;
602 target_offset += 8;
604 return &ahd->platform_data->starget[target_offset];
1519 tags = tag_info->tag_commands[devinfo->target_offset];
H A Daic7xxx_osm.c558 unsigned int target_offset; local
560 target_offset = starget->id;
562 target_offset += 8;
564 return &ahc->platform_data->starget[target_offset];
581 unsigned int target_offset; local
583 target_offset = starget->id;
585 target_offset += 8;
599 int flags = sc->device_flags[target_offset];
1395 tags = tag_info->tag_commands[devinfo->target_offset];
1461 int target_offset; local
1640 int target_offset; local
1728 int target_offset; local
[all...]
H A Daic7xxx_core.c2826 devinfo->target_offset = target;
2830 devinfo->target_offset += 8;
2831 devinfo->target_mask = (0x01 << devinfo->target_offset);
4125 &(ahc->untagged_queues[devinfo->target_offset]);
5701 u_int target_offset; local
5711 target_offset = TCL_TARGET_OFFSET(tcl);
5712 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5721 u_int target_offset; local
5731 target_offset = TCL_TARGET_OFFSET(tcl);
5732 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NUL
5739 u_int target_offset; local
[all...]
H A Daic79xx.h1296 int target_offset; member in struct:ahd_devinfo
H A Daic7xxx.h1100 int target_offset; member in struct:ahc_devinfo
/drivers/gpu/drm/i915/
H A Di915_gem_execbuffer.c276 uint32_t target_offset; local
284 target_offset = to_intel_bo(target_obj)->gtt_offset;
289 if (unlikely(target_offset == 0)) {
334 if (target_offset == reloc->presumed_offset)
354 reloc->delta += target_offset;
386 reloc->presumed_offset = target_offset;
/drivers/md/
H A Ddm.c963 sector_t target_offset = dm_target_offset(ti, sector); local
965 return ti->len - target_offset;

Completed in 88 milliseconds