Lines Matching refs:scbid
3117 u_int scbid; in ahc_handle_proto_violation() local
3124 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation()
3125 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation()
5635 u_int scbid; in ahc_index_busy_tcl() local
5643 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5647 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5650 return (scbid); in ahc_index_busy_tcl()
5672 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5681 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5685 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()
6323 u_int scbid; in ahc_abort_scbs() local
6327 scbid = ahc_index_busy_tcl(ahc, tcl); in ahc_abort_scbs()
6328 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6356 u_int scbid; in ahc_abort_scbs() local
6359 scbid = ahc_inb(ahc, SCB_TAG); in ahc_abort_scbs()
6360 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6361 if ((scbp == NULL && scbid != SCB_LIST_NULL) in ahc_abort_scbs()