Lines Matching refs:target_offset
549 unsigned int target_offset; in DEF_SCSI_QCMD() local
551 target_offset = starget->id; in DEF_SCSI_QCMD()
553 target_offset += 8; in DEF_SCSI_QCMD()
555 return &ahc->platform_data->starget[target_offset]; in DEF_SCSI_QCMD()
570 unsigned int target_offset; in ahc_linux_target_alloc() local
572 target_offset = starget->id; in ahc_linux_target_alloc()
574 target_offset += 8; in ahc_linux_target_alloc()
588 int flags = sc->device_flags[target_offset]; in ahc_linux_target_alloc()
1364 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
1430 int target_offset; in ahc_linux_run_command() local
1432 target_offset = cmd->device->id + cmd->device->channel * 8; in ahc_linux_run_command()
1433 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1598 int target_offset; in ahc_send_async() local
1623 target_offset = target; in ahc_send_async()
1625 target_offset += 8; in ahc_send_async()
1626 starget = ahc->platform_data->starget[target_offset]; in ahc_send_async()
1681 int target_offset; in ahc_done() local
1683 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
1684 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()