Searched refs:sc_nhosts (Results 1 – 2 of 2) sorted by relevance
252 sc->sc_nhosts++; in sdhc_host_found()254 sc->sc_host[sc->sc_nhosts - 1] = hp; in sdhc_host_found()447 sc->sc_host[sc->sc_nhosts - 1] = NULL; in sdhc_host_found()448 sc->sc_nhosts--; in sdhc_host_found()464 for (n = 0; n < sc->sc_nhosts; n++) { in sdhc_activate()472 for (n = 0; n < sc->sc_nhosts; n++) { in sdhc_activate()502 for (i = 0; i < sc->sc_nhosts; i++) { in sdhc_shutdown()1326 for (host = 0; host < sc->sc_nhosts; host++) { in sdhc_intr()1400 for (host = 0; host < sc->sc_nhosts; host++) in sdhc_needs_discover()
29 int sc_nhosts; member