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