HomeSort by: relevance | last modified time | path
    Searched refs:sc_maxspbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhcivar.h 109 int sc_maxspbuf; member in struct:xhci_softc
xhci.c 1535 sc->sc_maxspbuf = XHCI_HCS2_MAXSPBUF(hcs2);
1536 aprint_debug_dev(sc->sc_dev, "sc_maxspbuf %d\n", sc->sc_maxspbuf);
1537 if (sc->sc_maxspbuf != 0) {
1539 sizeof(uint64_t) * sc->sc_maxspbuf, sizeof(uint64_t),
1548 sc->sc_maxspbuf, KM_SLEEP);
1550 for (i = 0; i < sc->sc_maxspbuf; i++) {
1567 sizeof(uint64_t) * sc->sc_maxspbuf, BUS_DMASYNC_PREWRITE);
1645 if (sc->sc_maxspbuf != 0) {
1721 i = sc->sc_maxspbuf;
    [all...]

Completed in 13 milliseconds