Lines Matching refs:tcl
7165 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl) in ahd_index_busy_tcl() argument
7172 ahd_set_scbptr(ahd, TCL_LUN(tcl) in ahd_index_busy_tcl()
7173 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl()
7180 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()
7187 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl) in ahd_find_busy_tcl() argument
7193 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_find_busy_tcl()
7200 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid) in ahd_busy_tcl() argument
7205 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_busy_tcl()
7794 u_int tcl; in ahd_abort_scbs() local
7796 tcl = BUILD_TCL_RAW(i, 'A', j); in ahd_abort_scbs()
7797 scbid = ahd_find_busy_tcl(ahd, tcl); in ahd_abort_scbs()