Lines Matching defs:tcl
6897 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
6904 ahd_set_scbptr(ahd, TCL_LUN(tcl)
6905 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6912 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
6919 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
6925 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6932 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid)
6937 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
7527 u_int tcl;
7529 tcl = BUILD_TCL_RAW(i, 'A', j);
7530 scbid = ahd_find_busy_tcl(ahd, tcl);
10686 ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl)
10688 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);