Searched refs:sc_maxslots (Results 1 – 2 of 2) sorted by relevance
107 int sc_maxslots; member
652 kmem_free(sc->sc_slots, sizeof(*sc->sc_slots) * sc->sc_maxslots); in xhci_detach()731 for (i = 0; i < sc->sc_maxslots; i++) { in xhci_suspend()1086 for (i = 0; i < sc->sc_maxslots; i++) { in xhci_resume()1427 sc->sc_maxslots = XHCI_HCS1_MAXSLOTS(hcs1); in xhci_init()1478 sc->sc_maxslots * 4, &sc->sc_dbh) != 0) { in xhci_init()1509 (uint32_t)sc->sc_maxslots); in xhci_init()1552 config |= sc->sc_maxslots & 0xFF; in xhci_init()1597 size = (1 + sc->sc_maxslots) * sizeof(uint64_t); in xhci_init()1621 sc->sc_slots = kmem_zalloc(sizeof(*sc->sc_slots) * sc->sc_maxslots, in xhci_init()1677 sc->sc_maxslots); in xhci_init()[all …]