Lines Matching refs:target_offset
2803 devinfo->target_offset = target; in ahc_compile_devinfo()
2807 devinfo->target_offset += 8; in ahc_compile_devinfo()
2808 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo()
4102 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()
5639 u_int target_offset; in ahc_index_busy_tcl() local
5649 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5650 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5659 u_int target_offset; in ahc_unbusy_tcl() local
5669 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5670 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL); in ahc_unbusy_tcl()
5677 u_int target_offset; in ahc_busy_tcl() local
5687 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
5688 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()