Home
last modified time | relevance | path

Searched refs:sc_firsts (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_ch.c155 int sc_firsts[CHET_MAX + 1]; /* firsts */ member
616 softc->sc_firsts[CHET_MT] = scsi_2btoul(ea->mtea); in chdone()
618 softc->sc_firsts[CHET_ST] = scsi_2btoul(ea->fsea); in chdone()
620 softc->sc_firsts[CHET_IE] = scsi_2btoul(ea->fieea); in chdone()
622 softc->sc_firsts[CHET_DT] = scsi_2btoul(ea->fdtea); in chdone()
624 softc->sc_picker = softc->sc_firsts[CHET_MT]; in chdone()
788 *(int *)addr = softc->sc_picker - softc->sc_firsts[CHET_MT]; in chioctl()
799 softc->sc_picker = softc->sc_firsts[CHET_MT] + new_picker; in chioctl()
886 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()
887 toelem = softc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in chmove()
[all …]