Lines Matching refs:target_offset
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() local
5646 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() local
5666 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()
5674 u_int target_offset; in ahc_busy_tcl() local
5684 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
5685 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()