Searched refs:target_offset (Results 1 – 10 of 10) sorted by relevance
549 unsigned int target_offset; in DEF_SCSI_QCMD() local551 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() local572 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[all …]
49 u_int target_id, u_int target_offset);136 u_int target_offset) in ahc_dump_target_state() argument150 starget = ahc->platform_data->starget[target_offset]; in ahc_dump_target_state()
598 unsigned int target_offset; in DEF_SCSI_QCMD() local600 target_offset = starget->id; in DEF_SCSI_QCMD()602 target_offset += 8; in DEF_SCSI_QCMD()604 return &ahd->platform_data->starget[target_offset]; in DEF_SCSI_QCMD()1501 tags = tag_info->tag_commands[devinfo->target_offset]; in ahd_linux_user_tagdepth()
2801 devinfo->target_offset = target; in ahc_compile_devinfo()2805 devinfo->target_offset += 8; in ahc_compile_devinfo()2806 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo()4100 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()5636 u_int target_offset; in ahc_index_busy_tcl() local5646 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()5647 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()5656 u_int target_offset; in ahc_unbusy_tcl() local5666 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()5667 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL); in ahc_unbusy_tcl()[all …]
1093 int target_offset; member
1287 int target_offset; member
4333 devinfo->target_offset = target; in ahd_compile_devinfo()4337 devinfo->target_offset += 8; in ahd_compile_devinfo()4338 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()
578 u32 target_offset; member
965 sector_t target_offset) in max_io_len_target_boundary() argument967 return ti->len - target_offset; in max_io_len_target_boundary()972 sector_t target_offset = dm_target_offset(ti, sector); in max_io_len() local973 sector_t len = max_io_len_target_boundary(ti, target_offset); in max_io_len()985 target_offset, ti->max_io_len); in max_io_len()
208 dma_addr_t iova = mapping->iova + buf->reloc.target_offset; in submit_write_reloc()