Lines Matching refs:scbid
3135 u_int scbid; in ahc_handle_proto_violation() local
3142 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation()
3143 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation()
5666 u_int scbid; in ahc_index_busy_tcl() local
5674 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5678 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5681 return (scbid); in ahc_index_busy_tcl()
5703 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5712 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5716 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()
6356 u_int scbid; in ahc_abort_scbs() local
6360 scbid = ahc_index_busy_tcl(ahc, tcl); in ahc_abort_scbs()
6361 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6389 u_int scbid; in ahc_abort_scbs() local
6392 scbid = ahc_inb(ahc, SCB_TAG); in ahc_abort_scbs()
6393 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6394 if ((scbp == NULL && scbid != SCB_LIST_NULL) in ahc_abort_scbs()