Lines Matching defs:sc_counts

163 	int		sc_counts[CHET_MAX + 1];	/* counts */
630 softc->sc_counts[CHET_MT] = scsi_2btoul(ea->nmte);
632 softc->sc_counts[CHET_ST] = scsi_2btoul(ea->nse);
634 softc->sc_counts[CHET_IE] = scsi_2btoul(ea->niee);
636 softc->sc_counts[CHET_DT] = scsi_2btoul(ea->ndte);
643 softc->sc_counts[CHET_ST],
644 PLURAL(softc->sc_counts[CHET_ST]),
645 softc->sc_counts[CHET_DT],
646 PLURAL(softc->sc_counts[CHET_DT]),
647 softc->sc_counts[CHET_MT],
648 PLURAL(softc->sc_counts[CHET_MT]),
649 softc->sc_counts[CHET_IE],
650 PLURAL(softc->sc_counts[CHET_IE]));
822 if (new_picker > (softc->sc_counts[CHET_MT] - 1)) {
833 cp->cp_npickers = softc->sc_counts[CHET_MT];
834 cp->cp_nslots = softc->sc_counts[CHET_ST];
835 cp->cp_nportals = softc->sc_counts[CHET_IE];
836 cp->cp_ndrives = softc->sc_counts[CHET_DT];
900 if ((cm->cm_fromunit > (softc->sc_counts[cm->cm_fromtype] - 1)) ||
901 (cm->cm_tounit > (softc->sc_counts[cm->cm_totype] - 1)))
954 if ((ce->ce_srcunit > (softc->sc_counts[ce->ce_srctype] - 1)) ||
955 (ce->ce_fdstunit > (softc->sc_counts[ce->ce_fdsttype] - 1)) ||
956 (ce->ce_sdstunit > (softc->sc_counts[ce->ce_sdsttype] - 1)))
1017 if (cp->cp_unit > (softc->sc_counts[cp->cp_type] - 1))
1088 && ((softc->sc_firsts[et] + softc->sc_counts[et])
1111 && ((softc->sc_firsts[et] + softc->sc_counts[et])
1232 if ((softc->sc_counts[chet] - cesr->cesr_element_base) <= 0
1234 > softc->sc_counts[chet])
1488 if (csvr->csvr_addr > (softc->sc_counts[csvr->csvr_type] - 1))
1643 softc->sc_counts[CHET_MT] = scsi_2btoul(ea->nmte);
1645 softc->sc_counts[CHET_ST] = scsi_2btoul(ea->nse);
1647 softc->sc_counts[CHET_IE] = scsi_2btoul(ea->niee);
1649 softc->sc_counts[CHET_DT] = scsi_2btoul(ea->ndte);