Lines Matching refs:target_offset
2263 devinfo->target_offset = target; in ahc_compile_devinfo()
2267 devinfo->target_offset += 8; in ahc_compile_devinfo()
2268 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo()
3572 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()
4948 u_int target_offset; in ahc_index_busy_tcl() local
4958 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
4959 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
4968 u_int target_offset; in ahc_unbusy_tcl() local
4978 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
4979 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL); in ahc_unbusy_tcl()
4986 u_int target_offset; in ahc_busy_tcl() local
4996 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
4997 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()