Lines Matching refs:target_offset
548 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()
1382 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
1448 int target_offset; in ahc_linux_run_command() local
1450 target_offset = cmd->device->id + cmd->device->channel * 8; in ahc_linux_run_command()
1451 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1617 int target_offset; in ahc_send_async() local
1642 target_offset = target; in ahc_send_async()
1644 target_offset += 8; in ahc_send_async()
1645 starget = ahc->platform_data->starget[target_offset]; in ahc_send_async()
1701 int target_offset; in ahc_done() local
1703 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
1704 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()