Home | History | Annotate | Download | only in ic

Lines Matching refs:tcl

6908  * table entry for TCL.  Return the offset into
6909 * the SCB that contains the entry for TCL.
6912 * of the TCL entry is complete.
6915 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
6922 ahd_set_scbptr(ahd, TCL_LUN(tcl)
6923 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6930 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
6937 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
6943 tcl);
6950 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid)
6955 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
7498 u_int tcl;
7500 tcl = BUILD_TCL_RAW(i, 'A', j);
7501 scbid = ahd_find_busy_tcl(ahd, tcl);