Home | History | Annotate | Download | only in scsipi

Lines Matching refs:CHET_DT

243 		    sc->sc_counts[CHET_DT], PLURAL(sc->sc_counts[CHET_DT]),
251 sc->sc_movemask[CHET_IE], sc->sc_movemask[CHET_DT]);
255 sc->sc_exchangemask[CHET_IE], sc->sc_exchangemask[CHET_DT]);
410 cp->cp_ndrives = sc->sc_counts[CHET_DT];
590 if ((cm->cm_fromtype > CHET_DT) || (cm->cm_totype > CHET_DT))
635 if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) ||
636 (ce->ce_sdsttype > CHET_DT))
689 if (cp->cp_type > CHET_DT)
825 if (cesr->cesr_type > CHET_DT)
1068 if (csvr->csvr_type > CHET_DT)
1147 sc->sc_counts[CHET_DT];
1191 sc->sc_firsts[CHET_DT] = _2btol(sense_data.pages.ea.fdtea);
1192 sc->sc_counts[CHET_DT] = _2btol(sense_data.pages.ea.ndte);
1215 for (from = CHET_MT; from <= CHET_DT; ++from) {
1257 for (chet = CHET_MT; chet <= CHET_DT; chet++) {