xhci.c | 1277 const size_t rhp = sc->sc_rhportcount[bus]++; local in function:xhci_id_protocols 1279 KASSERTMSG(sc->sc_rhportmap[bus][rhp] == 0, 1280 "bus %zu rhp %zu is %d", bus, rhp, 1281 sc->sc_rhportmap[bus][rhp]); 1283 sc->sc_rhportmap[bus][rhp] = cp + 1; 1284 sc->sc_ctlrportmap[cp] = rhp + 1; 2391 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport); local in function:xhci_rhpsc 2395 device_unit(sc->sc_dev), bn, rhp, (uintptr_t)xfer); 2404 p[rhp / NBBY] |= 1 << (rhp % NBBY) [all...] |