Lines Matching defs:rhp
1255 const size_t rhp = sc->sc_rhportcount[bus]++;
1257 KASSERTMSG(sc->sc_rhportmap[bus][rhp] == 0,
1258 "bus %zu rhp %zu is %d", bus, rhp,
1259 sc->sc_rhportmap[bus][rhp]);
1261 sc->sc_rhportmap[bus][rhp] = cp + 1;
1262 sc->sc_ctlrportmap[cp] = rhp + 1;
2355 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport);
2359 device_unit(sc->sc_dev), bn, rhp, (uintptr_t)xfer);
2368 p[rhp / NBBY] |= 1 << (rhp % NBBY);