/src/sys/dev/pci/ |
mpii.c | 2759 struct mpii_request_header *rhp; local in function:mpii_start 2776 rhp = ccb->ccb_cmd; 2780 switch (rhp->function) {
|
mpii.c | 2759 struct mpii_request_header *rhp; local in function:mpii_start 2776 rhp = ccb->ccb_cmd; 2780 switch (rhp->function) {
|
/src/sys/dev/usb/ |
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...] |
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...] |