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()
569 unsigned int target_offset; in ahc_linux_target_alloc() local
571 target_offset = starget->id; in ahc_linux_target_alloc()
573 target_offset += 8; in ahc_linux_target_alloc()
587 int flags = sc->device_flags[target_offset]; in ahc_linux_target_alloc()
1363 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
1429 int target_offset; in ahc_linux_run_command() local
1431 target_offset = cmd->device->id + cmd->device->channel * 8; in ahc_linux_run_command()
1432 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1597 int target_offset; in ahc_send_async() local
1622 target_offset = target; in ahc_send_async()
1624 target_offset += 8; in ahc_send_async()
1625 starget = ahc->platform_data->starget[target_offset]; in ahc_send_async()
1680 int target_offset; in ahc_done() local
1682 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
1683 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()