Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/scsi/
Dscsi_ch.c161 int sc_firsts[CHET_MAX + 1]; /* firsts */ member
628 softc->sc_firsts[CHET_MT] = scsi_2btoul(ea->mtea); in chdone()
630 softc->sc_firsts[CHET_ST] = scsi_2btoul(ea->fsea); in chdone()
632 softc->sc_firsts[CHET_IE] = scsi_2btoul(ea->fieea); in chdone()
634 softc->sc_firsts[CHET_DT] = scsi_2btoul(ea->fdtea); in chdone()
636 softc->sc_picker = softc->sc_firsts[CHET_MT]; in chdone()
807 *(int *)addr = softc->sc_picker - softc->sc_firsts[CHET_MT]; in chioctl()
818 softc->sc_picker = softc->sc_firsts[CHET_MT] + new_picker; in chioctl()
905 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()
906 toelem = softc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in chmove()
[all …]