Lines Matching refs:scbid
3142 u_int scbid; in ahc_handle_proto_violation() local
3149 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation()
3150 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation()
5699 u_int scbid; in ahc_index_busy_tcl() local
5707 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5711 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5714 return (scbid); in ahc_index_busy_tcl()
5736 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5745 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5749 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()
6389 u_int scbid; in ahc_abort_scbs() local
6393 scbid = ahc_index_busy_tcl(ahc, tcl); in ahc_abort_scbs()
6394 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6422 u_int scbid; in ahc_abort_scbs() local
6425 scbid = ahc_inb(ahc, SCB_TAG); in ahc_abort_scbs()
6426 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6427 if ((scbp == NULL && scbid != SCB_LIST_NULL) in ahc_abort_scbs()