Searched refs:sc_units (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvripvar.h57 const struct vrip_unit *sc_units; member in struct:vrip_softc
H A Dvr4102ip.c101 sc->sc_units = vr4102ip_units;
H A Dvr4122ip.c101 sc->sc_units = vr4122ip_units;
H A Dvr4181ip.c130 sc->sc_units = vr4181ip_units;
H A Dvrc4173bcu.c155 struct vrc4173bcu_unit *sc_units; member in struct:vrc4173bcu_softc
273 sc->sc_units = vrc4173bcu_units;
545 vu = &sc->sc_units[unit];
561 vu = &sc->sc_units[unit];
H A Dvrip.c179 sc->sc_units = vrip_units;
319 vu = &sc->sc_units[unit];
335 vu = &sc->sc_units[unit];
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtwavar.h79 struct twa_drive *sc_units; member in struct:twa_softc
H A Dtwevar.h69 struct twe_drive sc_units[TWE_MAX_UNITS]; member in struct:twe_softc
H A Dld_twa.c116 ld->sc_secperunit = twa->sc_units[sc->sc_hwunit].td_size;
119 ld->sc_maxqueuecnt = twa->sc_units[sc->sc_hwunit].td_openings;
H A Dtwa.c832 if ((sc->sc_units = malloc(sc->sc_nunits *
932 td = &sc->sc_units[unit];
937 td = &sc->sc_units[unit];
987 td = &sc->sc_units[unit];
994 sc->sc_units[unit].td_size =
1003 sc->sc_units[unit].td_dev =
1647 if (sc->sc_units[unit].td_dev != NULL)
1648 (void) config_detach(sc->sc_units[unit].td_dev,
1666 sc->sc_units[unit].td_callbacks = tcb;
2261 tdr = &sc->sc_units[t
[all...]
H A Dld_twe.c96 struct twe_drive *td = &twe->sc_units[twea->twea_unit];
H A Dtwe.c493 sc->sc_units[unit].td_callbacks = tcb;
517 td = &sc->sc_units[unit];
550 td = &sc->sc_units[unit];
642 td = &sc->sc_units[unit];

Completed in 116 milliseconds