Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dld_twa.c115 ld->sc_secperunit = twa->sc_units[sc->sc_hwunit].td_size; in ld_twa_attach()
118 ld->sc_maxqueuecnt = twa->sc_units[sc->sc_hwunit].td_openings; in ld_twa_attach()
H A Dtwa.c837 if ((sc->sc_units = malloc(sc->sc_nunits *
942 td = &sc->sc_units[unit];
947 td = &sc->sc_units[unit];
999 td = &sc->sc_units[unit];
1006 sc->sc_units[unit].td_size =
1015 sc->sc_units[unit].td_dev =
1653 if (sc->sc_units[unit].td_dev != NULL)
1654 (void) config_detach(sc->sc_units[unit].td_dev,
1672 sc->sc_units[unit].td_callbacks = tcb;
2265 tdr = &sc->sc_units[tn->tn_unit];
H A Dtwevar.h69 struct twe_drive sc_units[TWE_MAX_UNITS]; member
H A Dtwavar.h79 struct twa_drive *sc_units; member
H A Dtwe.c492 sc->sc_units[unit].td_callbacks = tcb; in twe_register_callbacks()
516 td = &sc->sc_units[unit]; in twe_recompute_openings()
549 td = &sc->sc_units[unit]; in twe_add_unit()
643 td = &sc->sc_units[unit]; in twe_del_unit()
H A Dld_twe.c95 struct twe_drive *td = &twe->sc_units[twea->twea_unit]; in ld_twe_attach()