Lines Matching refs:target_offset
547 unsigned int target_offset; in DEF_SCSI_QCMD() local
549 target_offset = starget->id; in DEF_SCSI_QCMD()
551 target_offset += 8; in DEF_SCSI_QCMD()
553 return &ahc->platform_data->starget[target_offset]; in DEF_SCSI_QCMD()
568 unsigned int target_offset; in ahc_linux_target_alloc() local
570 target_offset = starget->id; in ahc_linux_target_alloc()
572 target_offset += 8; in ahc_linux_target_alloc()
586 int flags = sc->device_flags[target_offset]; in ahc_linux_target_alloc()
1362 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
1428 int target_offset; in ahc_linux_run_command() local
1430 target_offset = cmd->device->id + cmd->device->channel * 8; in ahc_linux_run_command()
1431 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1596 int target_offset; in ahc_send_async() local
1621 target_offset = target; in ahc_send_async()
1623 target_offset += 8; in ahc_send_async()
1624 starget = ahc->platform_data->starget[target_offset]; in ahc_send_async()
1679 int target_offset; in ahc_done() local
1681 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
1682 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()