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()
1383 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
1449 int target_offset; in ahc_linux_run_command() local
1451 target_offset = cmd->device->id + cmd->device->channel * 8; in ahc_linux_run_command()
1452 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1618 int target_offset; in ahc_send_async() local
1643 target_offset = target; in ahc_send_async()
1645 target_offset += 8; in ahc_send_async()
1646 starget = ahc->platform_data->starget[target_offset]; in ahc_send_async()
1702 int target_offset; in ahc_done() local
1704 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
1705 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()