Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_ch.c156 int sc_counts[CHET_MAX + 1]; /* counts */ member
617 softc->sc_counts[CHET_MT] = scsi_2btoul(ea->nmte); in chdone()
619 softc->sc_counts[CHET_ST] = scsi_2btoul(ea->nse); in chdone()
621 softc->sc_counts[CHET_IE] = scsi_2btoul(ea->niee); in chdone()
623 softc->sc_counts[CHET_DT] = scsi_2btoul(ea->ndte); in chdone()
630 softc->sc_counts[CHET_ST], in chdone()
631 PLURAL(softc->sc_counts[CHET_ST]), in chdone()
632 softc->sc_counts[CHET_DT], in chdone()
633 PLURAL(softc->sc_counts[CHET_DT]), in chdone()
634 softc->sc_counts[CHET_MT], in chdone()
[all …]