Home
last modified time | relevance | path

Searched refs:target_offset (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_osm.c548 unsigned int target_offset; in DEF_SCSI_QCMD() local
550 target_offset = starget->id; in DEF_SCSI_QCMD()
552 target_offset += 8; in DEF_SCSI_QCMD()
554 return &ahc->platform_data->starget[target_offset]; in DEF_SCSI_QCMD()
571 unsigned int target_offset; in ahc_linux_target_alloc() local
573 target_offset = starget->id; in ahc_linux_target_alloc()
575 target_offset += 8; in ahc_linux_target_alloc()
589 int flags = sc->device_flags[target_offset]; in ahc_linux_target_alloc()
1379 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
1445 int target_offset; in ahc_linux_run_command() local
[all …]
Daic7xxx_proc.c49 u_int target_id, u_int target_offset);
136 u_int target_offset) in ahc_dump_target_state() argument
150 starget = ahc->platform_data->starget[target_offset]; in ahc_dump_target_state()
Daic79xx_osm.c598 unsigned int target_offset; in DEF_SCSI_QCMD() local
600 target_offset = starget->id; in DEF_SCSI_QCMD()
602 target_offset += 8; in DEF_SCSI_QCMD()
604 return &ahd->platform_data->starget[target_offset]; in DEF_SCSI_QCMD()
1515 tags = tag_info->tag_commands[devinfo->target_offset]; in ahd_linux_user_tagdepth()
Daic7xxx_core.c2819 devinfo->target_offset = target; in ahc_compile_devinfo()
2823 devinfo->target_offset += 8; in ahc_compile_devinfo()
2824 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo()
4118 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()
5667 u_int target_offset; in ahc_index_busy_tcl() local
5677 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5678 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5687 u_int target_offset; in ahc_unbusy_tcl() local
5697 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5698 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL); in ahc_unbusy_tcl()
[all …]
Daic7xxx.h1095 int target_offset; member
Daic79xx.h1287 int target_offset; member
Daic79xx_core.c4363 devinfo->target_offset = target; in ahd_compile_devinfo()
4367 devinfo->target_offset += 8; in ahd_compile_devinfo()
4368 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()
/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1262 u64 target_offset = relocation_target(reloc, target); in relocate_entry() local
1291 *batch++ = lower_32_bits(target_offset); in relocate_entry()
1298 *batch++ = upper_32_bits(target_offset); in relocate_entry()
1303 *batch++ = lower_32_bits(target_offset); in relocate_entry()
1304 *batch++ = upper_32_bits(target_offset); in relocate_entry()
1310 *batch++ = target_offset; in relocate_entry()
1315 *batch++ = target_offset; in relocate_entry()
1319 *batch++ = target_offset; in relocate_entry()
1331 lower_32_bits(target_offset), in relocate_entry()
1336 target_offset >>= 32; in relocate_entry()
/drivers/visorbus/
Dcontrolvmchannel.h578 u32 target_offset; member
/drivers/md/
Ddm.c1048 sector_t target_offset = dm_target_offset(ti, sector); in max_io_len_target_boundary() local
1050 return ti->len - target_offset; in max_io_len_target_boundary()